|
Functions |
| void | checkObjectives (char *name, bool alwaysInform) |
| void | addColorParticles (float x, float y, int amount, int color) |
| void | addBullet (Entity *owner, float dx, float dy) |
| void | addExplosion (float x, float y, int radius, Entity *owner) |
| void | addBlood (Entity *ent, float dx, float dy, int amount) |
| void | addSmokeAndFire (Entity *ent, float dx, float dy, int amount) |
| void | throwAndDamageEntity (Entity *ent, int damage, int minDX, int maxDX, int DY) |
| Weapon * | getWeaponByName (char *name) |
| Entity * | getDefinedEnemy (char *name) |
Variables |
| Audio | audio |
| Engine | engine |
| Graphics | graphics |
| Game | game |
| Map | map |
| Entity | player |
| Weapon | weapon [MAX_WEAPONS] |
| Boss * | self |