Commit 73d6ec47 authored by Caleb C. Sander's avatar Caleb C. Sander
Browse files

Remove macros

parent 337a6ace
No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
......@@ -6,10 +6,10 @@
#include <SDL2/SDL2_gfxPrimitives.h>
#include "sdl_wrapper.h"
#define WINDOW_TITLE "CS 3"
#define WINDOW_WIDTH 1000
#define WINDOW_HEIGHT 500
#define MS_PER_S 1e3
const char WINDOW_TITLE[] = "CS 3";
const int WINDOW_WIDTH = 1000;
const int WINDOW_HEIGHT = 500;
const double MS_PER_S = 1e3;
/**
* The coordinate at the center of the screen.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment