aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
blob: 46193de230cec496edd8348b37dd18e1228d8356 (plain) (blame)
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