mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-23 00:10:49 +00:00
6 lines
67 B
C++
6 lines
67 B
C++
|
void() main = {
|
||
|
local float x, y;
|
||
|
local entity e;
|
||
|
x = y + e;
|
||
|
};
|