mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 12:51:04 +00:00
7 lines
90 B
C++
7 lines
90 B
C++
|
void(float, string, entity) fun = #1;
|
||
|
|
||
|
void() main = {
|
||
|
local string x;
|
||
|
fun(x, x, x);
|
||
|
};
|