source:
code/branches/MouseAPI_FS19/src/modules/MouseAPI/mouseapicursor.h
@
12362
Last change on this file since 12362 was 12348, checked in by tkuonen, 6 years ago | |
---|---|
File size: 265 bytes |
Rev | Line | |
---|---|---|
[12334] | 1 | #ifndef MOUSEAPICURSOR_H |
2 | #define MOUSEAPICURSOR_H | |
3 | #include <overlays/OrxonoxOverlay.h> | |
[12348] | 4 | #include "core/CoreIncludes.h" |
[12334] | 5 | |
[12348] | 6 | namespace orxonox{ |
[12334] | 7 | |
8 | class MouseAPICursor: public OrxonoxOverlay | |
9 | { | |
10 | public: | |
11 | MouseAPICursor(Context* context); | |
12 | }; | |
13 | ||
[12348] | 14 | } |
15 | ||
[12334] | 16 | #endif // MOUSEAPICURSOR_H |
Note: See TracBrowser
for help on using the repository browser.