mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-08 01:50:37 +00:00
7 lines
89 B
C++
7 lines
89 B
C++
|
void(float, string, entity) fun = #1;
|
||
|
|
||
|
void() main = {
|
||
|
local float x;
|
||
|
fun(x, x, x);
|
||
|
};
|