mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-12-11 21:31:30 +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;
|
|
}
|