mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-12-13 14:10:57 +00:00
8842db082f
This had somehow gotten lost from the previous commit.
8 lines
95 B
C
8 lines
95 B
C
Matrices {
|
|
mat4 Projection3d;
|
|
mat4 View;
|
|
mat4 Sky;
|
|
mat4 Projection2d;
|
|
|
|
vec2 ScreenSize;
|
|
}
|