mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
8 lines
104 B
C++
8 lines
104 B
C++
|
#pragma noref 1
|
||
|
float unused_global_1;
|
||
|
#pragma noref 0
|
||
|
noref float unused_global_2;
|
||
|
|
||
|
void() main = {
|
||
|
};
|