14 lines
128 B
C++
14 lines
128 B
C++
#ifndef INPUT_H
|
|
#define INPUT_H
|
|
|
|
namespace lime
|
|
{
|
|
|
|
bool GetAcceleration(double &outX, double &outY, double &outZ);
|
|
|
|
}
|
|
|
|
|
|
#endif
|
|
|