#include "gameCommon.h" #include #ifndef UTIL_H #define UTIL_H // Scale from the window to render texture. Vector2 getScaledMousePosition(); #endif