mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 12:06:07 +00:00
More main progress; tons of headers & stuff
Former-commit-id: a6e365791b
This commit is contained in:
@@ -3,7 +3,13 @@
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class CActor;
|
||||
class CStateManager;
|
||||
|
||||
class CActorModelParticles {
|
||||
public:
|
||||
void Render(const CStateManager& mgr, const CActor& actor) const;
|
||||
|
||||
private:
|
||||
// TODO
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user