(20111215) 12:00

This commit is contained in:
2011-12-15 12:00:00 +01:00
parent 8a84d0a0f5
commit 275f28d211
38 changed files with 875 additions and 202 deletions

View File

@@ -1,6 +1,8 @@
#ifndef _INPUT_H_
#define _INPUT_H_
#include "Util.h"
/////////////////////////////
// Input_Init
@@ -57,5 +59,11 @@ typedef enum {
InputKeyStatus Input_GetKey(InputKey key);
/////////////////////////////
// Input_GetDir
//
// Reports the direction of the dpad.
int Input_GetDir(vec2 dir);
#endif