Sign in
gwj
/
at91sam9263
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
e2b19c85ea0f3fd6091386adfd3a2acd21107cb4
Authored by
malc
2009-07-08 18:25:37 +0400
1 parent
d644f8be
Remove SDL/ prefix
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sdl_zoom.h
sdl_zoom.h
View file @
e2b19c8
...
...
@@ -14,7 +14,7 @@
14
14
#ifndef SDL_zoom_h
15
15
#define SDL_zoom_h
16
16
17
-#include <SDL
/SDL
.h>
17
+#include <SDL
.h>
18
18
19
19
#define SMOOTHING_OFF 0
20
20
#define SMOOTHING_ON 1
...
...