mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 13:11:00 +00:00
7 lines
76 B
C
7 lines
76 B
C
|
Matrices {
|
||
|
mat4 Projection3d;
|
||
|
mat4 View;
|
||
|
mat4 Sky;
|
||
|
mat4 Projection2d;
|
||
|
}
|