include hardwarekeys.cpp in compilation

This commit is contained in:
Pawel Kolodziejski 2009-10-04 14:11:35 +00:00
parent f159cb1740
commit 623bbbcb02
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
MODULE := backends/platform/sdl
MODULE_OBJS := \
hardwarekeys.o \
sdl_driver.o
MODULE_DIRS += \

View File

@ -79,6 +79,9 @@ public:
// Returns true if an event was retrieved.
virtual bool pollEvent(Common::Event &event);
// Define all hardware keys for keymapper
virtual Common::HardwareKeySet *getHardwareKeySet();
// Set function that generates samples
virtual void setupMixer();
static void mixCallback(void *s, byte *samples, int len);