mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-19 10:00:46 +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");
|
||
|
}
|