summaryrefslogtreecommitdiff
path: root/lib/sprite.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sprite.cc')
-rw-r--r--lib/sprite.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sprite.cc b/lib/sprite.cc
index 13c09da..77795dc 100644
--- a/lib/sprite.cc
+++ b/lib/sprite.cc
@@ -5,6 +5,8 @@
#define TEXSIZE 1024
+mogltk::Sprite * mogltk::Sprite::Cursor;
+
mogltk::Sprite::TexList * mogltk::Sprite::TexList::header = 0;
mogltk::Sprite::Sprite(Handle * h, int asx, int asy) throw (GeneralException) : sx(asx), sy(asy) {