mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 14:27:40 +00:00
Expand CStateManager.
- Expand ct/dt
- Add AllocateUniqueId
- Add rstl::set, multimap, reserved_vector::resize
Former-commit-id: 92def96f31
This commit is contained in:
@@ -16,7 +16,7 @@ class CVector3f;
|
||||
|
||||
class IRenderer {
|
||||
public:
|
||||
typedef void (*TDrawableCallback)(void*, void*, int);
|
||||
typedef void (*TDrawableCallback)(const void*, const void*, int);
|
||||
|
||||
enum EDrawableSorting {
|
||||
kDS_SortedCallback,
|
||||
|
||||
Reference in New Issue
Block a user