mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 17:11:32 +00:00
6 lines
107 B
C++
6 lines
107 B
C++
|
void main(vector vin) {
|
||
|
stov("'15 43 0'"); // set OFS_RETURN
|
||
|
vector v2 = -vin;
|
||
|
print(vtos(v2), "\n");
|
||
|
}
|