#ifndef DEF_MOUSE_H((br)) #define DEF_MOUSE_H((br)) #define MOUSE_INPUT_LEFT 0((br)) #define MOUSE_INPUT_RIGHT 1((br)) void Mouse_Update();((br)) int Mouse_Get(int MouseCode);((br)) int XMouse_Get();((br)) int YMouse_Get();((br)) #endif((br))