mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-05-12 21:31:43 +00:00
759a3ccf0e
feat: phys presets dumping and loading for IW3, IW5, T5
10 lines
146 B
C++
10 lines
146 B
C++
#pragma once
|
|
|
|
namespace IW5
|
|
{
|
|
inline const char* szPhysPresetScalingNames[]{
|
|
"linear",
|
|
"quadratic",
|
|
};
|
|
} // namespace IW5
|