A few more CCubeRenderer functions

This commit is contained in:
2025-02-01 22:40:41 -07:00
parent 23c5d67207
commit c23ec91113
12 changed files with 150 additions and 19 deletions

View File

@@ -27,6 +27,10 @@ public:
ushort* GetPaletteData() { return xc_entries.get(); }
const ushort* GetPaletteData() const { return xc_entries.get(); }
void Load() const;
void* Lock() {
x1c_locked = true;
return xc_entries.get();
}
void UnLock();
private: