Mercurial > hg > Game > Cerium
diff TaskManager/Test/test_render/task/TileHash.h @ 173:1e62bd02f820 draft
add scale
author | gongo@localhost.localdomain |
---|---|
date | Thu, 11 Dec 2008 20:17:01 +0900 |
parents | 508beb59e0eb |
children | 9738837c225c |
line wrap: on
line diff
--- a/TaskManager/Test/test_render/task/TileHash.h Thu Dec 11 16:33:39 2008 +0900 +++ b/TaskManager/Test/test_render/task/TileHash.h Thu Dec 11 20:17:01 2008 +0900 @@ -19,12 +19,7 @@ int hash(uint32 data); int put(uint32 *addr, TilePtr tile); TilePtr get(uint32 *addr); - - /** - * 未実装 - * - * void remove(uint32 *addr); - */ + void remove(uint32 *addr); }; typedef TileHash* TileHashPtr;