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
RevLine 
[12334]1#ifndef MOUSEAPICURSOR_H
2#define MOUSEAPICURSOR_H
3#include <overlays/OrxonoxOverlay.h>
[12348]4#include "core/CoreIncludes.h"
[12334]5
[12348]6namespace orxonox{
[12334]7
8class MouseAPICursor: public OrxonoxOverlay
9{
10public:
11    MouseAPICursor(Context* context);
12};
13
[12348]14}
15
[12334]16#endif // MOUSEAPICURSOR_H
Note: See TracBrowser for help on using the repository browser.