#ifndef INPUT_H #define INPUT_H namespace nme { bool GetAcceleration(double &outX, double &outY, double &outZ); } #endif