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