mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 17:11:32 +00:00
6 lines
97 B
C++
6 lines
97 B
C++
|
float type_float;
|
||
|
vector type_vector;
|
||
|
string type_string;
|
||
|
entity type_entity;
|
||
|
void type_void;
|