summaryrefslogtreecommitdiff
path: root/include/sprite.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sprite.h')
-rw-r--r--include/sprite.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sprite.h b/include/sprite.h
index 6263ada..32ee119 100644
--- a/include/sprite.h
+++ b/include/sprite.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: sprite.h,v 1.14 2006-10-28 16:50:46 pixel Exp $ */
+/* $Id: sprite.h,v 1.15 2007-07-27 14:10:19 pixel Exp $ */
#ifndef __SPRITE_H__
#define __SPRITE_H__
@@ -26,7 +26,7 @@
#include <Exceptions.h>
#include <Handle.h>
#include <mcolor.h>
-#include <Texture.h>
+#include <texture.h>
namespace mogltk {
class Sprite : public Base {