mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-12-01 08:31:59 +00:00
5 lines
63 B
C
5 lines
63 B
C
|
struct Entity {
|
||
|
mat3x4 transform;
|
||
|
vec4 color;
|
||
|
};
|