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