breakhack/src/screenresolution.h

9 lines
149 B
C

#ifndef SCREENRESOLUTION_H_
#define SCREENRESOLUTION_H_
#include "dimension.h"
Dimension getScreenDimensions(void);
#endif // SCREENRESOLUTION_H_