mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-30 16:10:53 +00:00
5 lines
63 B
C
5 lines
63 B
C
|
struct Entity {
|
||
|
mat3x4 transform;
|
||
|
vec4 color;
|
||
|
};
|