/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */ #include class GAMECONTROLLER_MOD : public GAMECONTROLLER { public: GAMECONTROLLER_MOD(); virtual void tick(); // add more virtual functions here if you wish };