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