uwu
This commit is contained in:
parent
263c83843c
commit
915dd7fa4d
1 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
#define DEMO_UTILS_H 1
|
||||
|
||||
#include <GL4D/gl4duw_SDL2.h>
|
||||
#include <string.h>
|
||||
|
||||
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
|
||||
*
|
||||
* +y = movement to top
|
||||
* +y = movement to top (fly)
|
||||
*
|
||||
* -y = movement to bottom
|
||||
* -y = movement to bottom (sink)
|
||||
*
|
||||
* +z = move closer
|
||||
*
|
||||
|
|
Reference in a new issue