1 2 3 4 5 6 7 8 9 10
#include "gameCommon.h" #include <raylib.h> #ifndef UTIL_H #define UTIL_H // Scale from the window to render texture. Vector2 getScaledMousePosition(); #endif