Reformat
This commit is contained in:
parent
d0070045b1
commit
1193e128e8
@ -27,9 +27,9 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#define WINDOW_WIDTH 1280
|
#define WINDOW_WIDTH 1280
|
||||||
#define WINDOW_HEIGHT 720
|
#define WINDOW_HEIGHT 720
|
||||||
#define WINDOW_HALF_WIDTH 640
|
#define WINDOW_HALF_WIDTH 640
|
||||||
#define WINDOW_HALF_HEIGHT 360
|
#define WINDOW_HALF_HEIGHT 360
|
||||||
|
|
||||||
#define min(a, b) (a < b ? a : b)
|
#define min(a, b) (a < b ? a : b)
|
||||||
|
Loading…
Reference in New Issue
Block a user