changing file attr
[supertux.git] / src / special.h
index e4b09c5..0e69b89 100644 (file)
 #include "SDL.h"
 
 #include "bitmask.h"
-#include "type.h"
-#include "screen/texture.h"
+#include "special/base.h"
+#include "video/surface.h"
 #include "collision.h"
 #include "player.h"
-#include "physic.h"
+#include "math/physic.h"
 
 /* Upgrade types: */
 
@@ -35,7 +35,7 @@ enum UpgradeKind {
   UPGRADE_GROWUP,
   UPGRADE_FIREFLOWER,
   UPGRADE_ICEFLOWER,
-  UPGRADE_HERRING,
+  UPGRADE_STAR,
   UPGRADE_1UP
 };