mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-30 23:51:46 +00:00
6 lines
60 B
C++
6 lines
60 B
C++
|
void() main = {
|
||
|
local float x;
|
||
|
local entity e;
|
||
|
x = e;
|
||
|
};
|