Import project/ code

This commit is contained in:
Joshua Granick
2013-11-25 23:32:25 -08:00
parent 5f258a833f
commit 9141d52836
313 changed files with 62693 additions and 0 deletions

13
project/include/Input.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef INPUT_H
#define INPUT_H
namespace nme
{
bool GetAcceleration(double &outX, double &outY, double &outZ);
}
#endif