projects
/
ccbs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
0bbddf3e66bd0d3987309b8cf5a9f0859a9daeaa
[ccbs]
/
bigscreen
/
resolution.h
1
#ifndef _RESOLUTION_H
2
#define _RESOLUTION_H 1
3
4
#define SCREEN_WIDTH 800
5
#define SCREEN_HEIGHT 600
6
7
#endif /* !defined(_RESOLUTION_H) */