Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Ddb.h51 struct XSPRITE { struct
57 signed int reference : 15;
59 unsigned int busy : 17;
62 unsigned int command : 8; // Cmd
77 unsigned int key : 3; // Key
100 unsigned int health : 20;
111 unsigned int burnTime : 16;
112 signed int burnSource : 16;
113 unsigned int height : 16;
115 AISTATE* aiState; // ai
[all …]
H A Daiunicult.cpp136 static void forcePunch(spritetype* pSprite, XSPRITE*) { in forcePunch() argument