mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 15:21:34 +00:00
a39565b783
... not quite content with where the project files lie but it is ok for now. ... compiling works fine so far (only tested mingw32 right now)
5 lines
308 B
C
5 lines
308 B
C
|
|
void breakable_use(gentity_t *self, gentity_t *other, gentity_t *activator);
|
|
void breakable_pain( gentity_t *self, gentity_t *attacker, int damage );
|
|
void breakable_die( gentity_t *self, gentity_t *inflictor, gentity_t *attacker, int damage, int meansOfDeath );
|
|
//static void InitBBrush ( gentity_t *ent );
|