Changed the events.cpp file to EventDispatcher.cpp, to avoid MSVC name clashes with sdl/events.cpp

svn-id: r42790
This commit is contained in:
Paul Gilbert 2009-07-26 00:27:32 +00:00
parent 45cde5f642
commit 8e60e31db3
2 changed files with 1 additions and 1 deletions

View file

@ -5,7 +5,7 @@ MODULE_OBJS := \
config-file.o \
config-manager.o \
debug.o \
events.o \
EventDispatcher.o \
EventRecorder.o \
file.o \
fs.o \