Home
last modified time | relevance | path

Searched defs:IO_HALO (Results 1 – 2 of 2) sorted by relevance

/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/game/
H A DEntity.h133 struct IO_HALO { struct
134 Color3f color;
135 float radius;
136 HaloFlags flags;
137 long dynlight;
138 Vec3f offset;
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/scene/
H A DSaveFormat.h589 inline operator IO_HALO() const { in IO_HALO() function