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