Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/MouseAPI_FS19/src/modules/MouseAPI/mouseapicursor.h @ 12334

Last change on this file since 12334 was 12334, checked in by tkuonen, 5 years ago

Continue With MouseAPI Cursor

File size: 212 bytes
Line 
1#ifndef MOUSEAPICURSOR_H
2#define MOUSEAPICURSOR_H
3#include <overlays/OrxonoxOverlay.h>
4
5
6class MouseAPICursor: public OrxonoxOverlay
7{
8public:
9    MouseAPICursor(Context* context);
10};
11
12#endif // MOUSEAPICURSOR_H
Note: See TracBrowser for help on using the repository browser.