Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/
H A Dcstime.h114 struct CSTimeEvent { struct
115 CSTimeEvent() : type(0), param1(0), param2(0) { } in CSTimeEvent() argument
116 CSTimeEvent(uint16 t, uint16 p1, uint16 p2) : type(t), param1(p1), param2(p2) { } in CSTimeEvent() function
118 uint16 type;
119 uint16 param1;
120 uint16 param2;
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/
H A Dcstime.h114 struct CSTimeEvent { struct
115 CSTimeEvent() : type(0), param1(0), param2(0) { } in CSTimeEvent() argument
116 CSTimeEvent(uint16 t, uint16 p1, uint16 p2) : type(t), param1(p1), param2(p2) { } in CSTimeEvent() argument
118 uint16 type;
119 uint16 param1;
120 uint16 param2;