Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Fix Build

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