mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-21 15:40:51 +00:00
6 lines
90 B
C++
6 lines
90 B
C++
void(float, string, entity) fun = #1;
|
|
|
|
void() main = {
|
|
local string x;
|
|
fun(x, x, x);
|
|
};
|