updated list/pool/map....,but can't run.

This commit is contained in:
2023-08-14 21:03:20 +08:00
parent 95c67ba857
commit 74003df08b
12 changed files with 26 additions and 22 deletions

View File

@@ -3,7 +3,7 @@
#include<hgl/graph/TileData.h>
#include<hgl/graph/font/FontSource.h>
#include<hgl/type/ResPool.h>
#include<hgl/type/RefObjectPool.h>
namespace hgl
{
@@ -11,7 +11,7 @@ namespace hgl
{
using TileUVFloatMap=Map<u32char,RectScope2f>;
using TileResPool=ResPool<u32char,TileObject *>;
using TileResPool=RefObjectPool<u32char,TileObject *>;
/**
* Tile字符管理<br>