Optimized gradient when top color is the same as the bottom one.
[supertux.git] / src / player.h
index 8c2e342..dedc6b1 100644 (file)
@@ -20,7 +20,8 @@
 #ifndef SUPERTUX_PLAYER_H
 #define SUPERTUX_PLAYER_H
 
-#include <SDL.h>
+#include "SDL.h"
+
 #include "bitmask.h"
 #include "type.h"
 #include "timer.h"
@@ -153,6 +154,8 @@ public:
   Timer growing_timer;
   Timer stomp_timer;
   Physic physic;
+  
+  Vector stomp_pos;
 
 public:
   Player();