summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRyan C. Gordon <icculus@icculus.org>2013-08-20 19:57:11 -0400
committerRyan C. Gordon <icculus@icculus.org>2013-08-20 19:57:11 -0400
commit22e5b199718e440a825c7f0376fe74f16c3fe9ec (patch)
tree2f9ca2e44ecc99a064e29fb4ed67ce1f13ad7bc3 /Makefile.in
parent8f4a48c310040ddfc8f47f5353da3a30049e02c1 (diff)
downloadsdl-22e5b199718e440a825c7f0376fe74f16c3fe9ec.tar.gz
Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index ae6293e7d..da42661c5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -54,6 +54,7 @@ HDRS = \
SDL_endian.h \
SDL_error.h \
SDL_events.h \
+ SDL_filesystem.h \
SDL_gamecontroller.h \
SDL_gesture.h \
SDL_haptic.h \