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:
parent
45cde5f642
commit
8e60e31db3
2 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ MODULE_OBJS := \
|
||||||
config-file.o \
|
config-file.o \
|
||||||
config-manager.o \
|
config-manager.o \
|
||||||
debug.o \
|
debug.o \
|
||||||
events.o \
|
EventDispatcher.o \
|
||||||
EventRecorder.o \
|
EventRecorder.o \
|
||||||
file.o \
|
file.o \
|
||||||
fs.o \
|
fs.o \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue