mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
5 lines
60 B
C++
5 lines
60 B
C++
void() main = {
|
|
local float x;
|
|
local entity e;
|
|
x = e;
|
|
};
|