7 lines
93 B
C
7 lines
93 B
C
#ifndef RESOLUTION_H
|
|
#define RESOLUTION_H
|
|
|
|
void adjust_resolution();
|
|
|
|
#endif // RESOLUTION_H
|