Get it building and launching something

This commit is contained in:
ultra
2016-10-11 22:56:28 -04:00
committed by Celtic Minstrel
parent ffa2d0e950
commit 057aade18b
8 changed files with 261 additions and 3 deletions

View File

@@ -0,0 +1,20 @@
#include "cursors.hpp"
Cursor::Cursor(fs::path imgPath, float hotSpotX, float hotSpotY) {
}
Cursor::~Cursor() {
}
void Cursor::apply() {
}
void obscureCursor() {
}
void set_cursor(cursor_type which_c) {
}
void restore_cursor() {
}