Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/MouseAPI_FS19/src/modules/MouseAPI/mousecursor.h @ 12301

Last change on this file since 12301 was 12301, checked in by tkuonen, 5 years ago
File size: 222 bytes
Line 
1#ifndef MOUSECURSOR_H
2#define MOUSECURSOR_H
3#include "worldentities/MovableEntity.h"
4
5namespace orxonox
6{
7
8class MouseCursor:public MovableEntity
9{
10public:
11    MouseCursor(Context* context);
12};
13
14}
15
16#endif // MOUSECURSOR_H
Note: See TracBrowser for help on using the repository browser.