#ifndef MOUSEAPICURSOR_H #define MOUSEAPICURSOR_H #include class MouseAPICursor: public OrxonoxOverlay { public: MouseAPICursor(Context* context); }; #endif // MOUSEAPICURSOR_H