comparison TaskManager/Test/test_render/task/TileHash.h @ 383:b3fb0013e6b2 draft

fix header, MemHash in kernel
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 06 Aug 2009 12:04:55 +0900
parents 205e4a4af635
children 839e34d0cc3c
comparison
equal deleted inserted replaced
382:1c3f84a6f5d0 383:b3fb0013e6b2
1 #ifndef INCLUDED_TEXTURE_HASH 1 #ifndef INCLUDED_TEXTURE_HASH
2 #define INCLUDED_TEXTURE_HASH 2 #define INCLUDED_TEXTURE_HASH
3 3
4 #ifndef INCLUDED_TAPESTRY 4 #include "Tapestry.h"
5 # include "Tapestry.h"
6 #endif
7 5
8 class TileHash { 6 class TileHash {
9 public: 7 public:
10 TileHash(void); 8 TileHash(void);
11 9