mirror of
https://github.com/nzp-team/glquake.git
synced 2024-11-10 06:31:35 +00:00
e7c0cfb0f9
* Add initial non working qmb * fix bit parsing * Fix loading_name messages * Fix rendering issue, add some QMB translation * Working particles :)
2 lines
No EOL
152 B
C
2 lines
No EOL
152 B
C
void R_SpawnDecal (vec3_t center, vec3_t normal, vec3_t tangent, int tex, int size, int isbsp);
|
|
void R_SpawnDecalStatic (vec3_t org, int tex, int size); |