mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 12:51:04 +00:00
4 lines
115 B
C++
4 lines
115 B
C++
float constant_1 = 1;
|
|
string constant_2 = "hello world";
|
|
vector constant_3 = { -0, +0, 0 };
|
|
entity constant_4 = 0
|