This commit is contained in:
Mylloon 2023-05-12 16:00:17 +02:00
parent 263c83843c
commit 915dd7fa4d
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -2,6 +2,7 @@
#define DEMO_UTILS_H 1 #define DEMO_UTILS_H 1
#include <GL4D/gl4duw_SDL2.h> #include <GL4D/gl4duw_SDL2.h>
#include <string.h>
enum Movement { TETE, CORPS, JAMBE_G, JAMBE_D, BRAS_G, BRAS_D }; enum Movement { TETE, CORPS, JAMBE_G, JAMBE_D, BRAS_G, BRAS_D };
@ -17,9 +18,9 @@ void bindAndLoadf(const char *name);
* *
* -x = movement to left * -x = movement to left
* *
* +y = movement to top * +y = movement to top (fly)
* *
* -y = movement to bottom * -y = movement to bottom (sink)
* *
* +z = move closer * +z = move closer
* *