#ifndef EXPLOSIONS_H #define EXPLOSIONS_H #include "gameobject.h" extern void updateExplosions(GameObject* this); GameObject* getExplosion1(); #endif // EXPLOSIONS_H