score
Home
Classes
Namespaces
Files
YPos.hpp
1
#pragma once
2
#if defined(_WIN32)
3
#define SCORE_YPOS(normaly, windowsy) normaly
4
#else
5
#define SCORE_YPOS(normaly, windowsy) normaly
6
#endif