mirror of
https://github.com/zeldaret/botw
synced 2026-06-19 07:26:57 -04:00
ksys/act: Implement more ActorParamMgr functions
This commit is contained in:
@@ -2,11 +2,14 @@
|
||||
|
||||
namespace ksys::res {
|
||||
|
||||
class ArchiveWork;
|
||||
|
||||
// TODO: very incomplete
|
||||
class TextureHandleMgr {
|
||||
public:
|
||||
virtual ~TextureHandleMgr();
|
||||
|
||||
ArchiveWork* getArchiveWork() const;
|
||||
void clearAllCache();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user