#ifndef _H_MOUSESTATE_H #define _H_MOUSESTATE_H struct MouseState { float x = 0.0f; float y = 0.0f; }; #endif