mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 17:26:08 +00:00
A few more CCubeRenderer functions
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user