Moved most constants into relevant classes.

This commit is contained in:
rude
2009-07-26 23:05:26 +02:00
parent dcb3dfd83d
commit e0115a384e
25 changed files with 901 additions and 555 deletions
+3 -3
View File
@@ -25,7 +25,7 @@
#include <SDL.h>
// LOVE
#include <common/Module.h>
#include <joystick/Joystick.h>
namespace love
{
@@ -33,13 +33,13 @@ namespace joystick
{
namespace sdl
{
class Joystick : public Module
class Joystick : public love::joystick::Joystick
{
private:
SDL_Joystick ** joysticks;
public:
Joystick();
~Joystick();
virtual ~Joystick();
// Implements Module.
const char * getName() const;