diff TaskManager/Test/test_render/task/Load_Texture.h @ 167:c8b868871dce

DrawSpan で使う Tile の Hash の扱いは class TileHash を生成する事に。
author gongo@localhost.localdomain
date Tue, 09 Dec 2008 15:07:31 +0900
parents 5c194c71eca8
children eab18aa0c7f6
line wrap: on
line diff
--- a/TaskManager/Test/test_render/task/Load_Texture.h	Tue Dec 09 11:53:51 2008 +0900
+++ b/TaskManager/Test/test_render/task/Load_Texture.h	Tue Dec 09 15:07:31 2008 +0900
@@ -5,6 +5,10 @@
 #include  "SchedTask.h"
 #endif
 
+#ifndef INCLUDED_TAPESTRY
+#  include "Tapestry.h"
+#endif
+
 class LoadTexture : public SchedTask {
 public:
     SchedConstructor(LoadTexture);