about summary refs log tree commit diff
path: root/other/sdl_include/SDL_name.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-11-29 10:19:00 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-11-29 10:19:00 +0000
commit7c3eb2d6dbe2d99a868de887c37dd06aa8fd068a (patch)
treebba0f35ae24dbdf2d7de2071d953b2f2ff1097ad /other/sdl_include/SDL_name.h
parent4004d13b48fd303c982dbcf7c432add64d128637 (diff)
downloadzcatch-7c3eb2d6dbe2d99a868de887c37dd06aa8fd068a.tar.gz
zcatch-7c3eb2d6dbe2d99a868de887c37dd06aa8fd068a.zip
made sdl like a little bampack
Diffstat (limited to 'other/sdl_include/SDL_name.h')
-rw-r--r--other/sdl_include/SDL_name.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/other/sdl_include/SDL_name.h b/other/sdl_include/SDL_name.h
deleted file mode 100644
index 511619af..00000000
--- a/other/sdl_include/SDL_name.h
+++ /dev/null
@@ -1,11 +0,0 @@
-
-#ifndef _SDLname_h_
-#define _SDLname_h_
-
-#if defined(__STDC__) || defined(__cplusplus)
-#define NeedFunctionPrototypes 1
-#endif
-
-#define SDL_NAME(X)	SDL_##X
-
-#endif /* _SDLname_h_ */