aboutsummaryrefslogtreecommitdiff
path: root/smelt/sdl/inp_sdl.cpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2015-10-06 23:28:21 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2015-10-06 23:28:21 +0800
commitc93d16b6eb05984dc2c8ef474fe94d2136f6c0e2 (patch)
tree8e97181a5d07ffc525014875af12e83f9b16a409 /smelt/sdl/inp_sdl.cpp
parent038b31f0158a0018dbf2eceb71026cc4e665faa9 (diff)
downloadSMELT-c93d16b6eb05984dc2c8ef474fe94d2136f6c0e2.tar.xz
Add makefile and an example app.
Furthermore, make the compiler happier with my stupid code.
Diffstat (limited to 'smelt/sdl/inp_sdl.cpp')
-rw-r--r--smelt/sdl/inp_sdl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/smelt/sdl/inp_sdl.cpp b/smelt/sdl/inp_sdl.cpp
index a18baa9..c1e05de 100644
--- a/smelt/sdl/inp_sdl.cpp
+++ b/smelt/sdl/inp_sdl.cpp
@@ -9,7 +9,7 @@
*
*/
#include "smelt_internal.hpp"
-static const char* INP_SDL_SRCFN="smelt/sdl/inp_sdl.cpp";
+//static const char* INP_SDL_SRCFN="smelt/sdl/inp_sdl.cpp";
bool SMELT_IMPL::smGetInpEvent(smInpEvent *e)
{
TInputEventList *eptr;