X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fbullet.h;h=6c49f843c511a279da5052289b8a73aa422eb6f4;hb=4a54087f52d6a8a2e5b4c498e772685bb0885991;hp=58df31b14655300a831e935a4f2766bf40943291;hpb=c0093d25093395cb62fc2526ab42be65a9f015b8;p=supertux.git diff --git a/src/object/bullet.h b/src/object/bullet.h index 58df31b14..6c49f843c 100644 --- a/src/object/bullet.h +++ b/src/object/bullet.h @@ -17,16 +17,13 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA // 02111-1307, USA. - #ifndef __BULLET_H__ #define __BULLET_H__ #include "moving_object.h" -#include "math/physic.h" +#include "physic.h" #include "sprite/sprite.h" -using namespace SuperTux; - enum BulletsKind { FIRE_BULLET, ICE_BULLET