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