Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs3-19sp
project03
Commits
73d6ec47
Commit
73d6ec47
authored
5 years ago
by
Caleb C. Sander
Browse files
Options
Download
Email Patches
Plain Diff
Remove macros
parent
337a6ace
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
library/sdl_wrapper.c
+4
-4
library/sdl_wrapper.c
with
4 additions
and
4 deletions
+4
-4
library/sdl_wrapper.c
View file @
73d6ec47
...
...
@@ -6,10 +6,10 @@
#include <SDL2/SDL2_gfxPrimitives.h>
#include "sdl_wrapper.h"
#define
WINDOW_TITLE "CS 3"
#def
in
e
WINDOW_WIDTH 1000
#def
in
e
WINDOW_HEIGHT 500
#defin
e MS_PER_S 1e3
const
char
WINDOW_TITLE
[]
=
"CS 3"
;
const
in
t
WINDOW_WIDTH
=
1000
;
const
in
t
WINDOW_HEIGHT
=
500
;
const
doubl
e
MS_PER_S
=
1e3
;
/**
* The coordinate at the center of the screen.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help