Experimental feature: Allow Tux to throw stuff straight up
[supertux.git] / src / direction.hpp
index c7bb2e1..e665d20 100644 (file)
@@ -20,6 +20,6 @@
 #ifndef SUPERTUX_DIRECTION_H
 #define SUPERTUX_DIRECTION_H
 
-enum Direction { AUTO, LEFT, RIGHT };
+enum Direction { AUTO, LEFT, RIGHT, UP, DOWN };
 
 #endif