#ifndef MAIN_HPP_ #define MAIN_HPP_ inline bool isRunning = true; inline float x_pos = 0; inline float y_pos = 0; #endif // #ifndef MAIN_HPP_