source:
code/branches/MouseAPI_FS19/src/modules/MouseAPI/mouseapicursor.cc
@
12334
Last change on this file since 12334 was 12334, checked in by tkuonen, 6 years ago | |
---|---|
File size: 193 bytes |
Line | |
---|---|
1 | #include "mouseapicursor.h" |
2 | |
3 | namespace orxonox{ |
4 | |
5 | RegisterClass(MouseAPICursor); |
6 | |
7 | MouseAPICursor::MouseAPICursor(Context* context):OrxonoxOverlay(context) |
8 | { |
9 | //TODO: copy from radar overlay |
10 | } |
11 | |
12 | } |
Note: See TracBrowser
for help on using the repository browser.