9 lines
145 B
C
9 lines
145 B
C
|
#ifndef SCREENRESOLUTION_H_
|
||
|
#define SCREENRESOLUTION_H_
|
||
|
|
||
|
#include "dimension.h"
|
||
|
|
||
|
Dimension getScreenDimensions();
|
||
|
|
||
|
#endif // SCREENRESOLUTION_H_
|