Import project/ code
This commit is contained in:
13
project/include/Input.h
Normal file
13
project/include/Input.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef INPUT_H
|
||||
#define INPUT_H
|
||||
|
||||
namespace nme
|
||||
{
|
||||
|
||||
bool GetAcceleration(double &outX, double &outY, double &outZ);
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user