breakhack/src/screenresolution.h

9 lines
145 B
C
Raw Normal View History

2017-11-30 21:00:47 +01:00
#ifndef SCREENRESOLUTION_H_
#define SCREENRESOLUTION_H_
#include "dimension.h"
Dimension getScreenDimensions();
#endif // SCREENRESOLUTION_H_