Little documentation update

This commit is contained in:
2022-12-14 06:27:10 -08:00
parent 850f4c227d
commit 6404f35b1c
17 changed files with 332 additions and 105 deletions

View File

@ -16,7 +16,13 @@ namespace Dawn {
public:
struct TilesetGrid tileset;
/**
* Creates a new TilesetAsset Loader.
*
* @param assMan Asset Manager this tileset asset belongs to.
* @param name Tileset asset name.
*/
TilesetAsset(AssetManager *assMan, std::string name);
void updateSync() override;