/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */ #include class GAMECONTROLLER_DM : public GAMECONTROLLER { public: GAMECONTROLLER_DM(); virtual void tick(); };