mirror of https://github.com/PrimeDecomp/prime.git
parent
3a96e695f0
commit
bc4fc09262
|
@ -2,6 +2,7 @@
|
|||
#define _IRENDERER
|
||||
|
||||
#include "types.h"
|
||||
#include "rstl/pair.hpp"
|
||||
|
||||
class CTransform4f;
|
||||
class CParticleGen;
|
||||
|
@ -9,6 +10,7 @@ class IObjectStore;
|
|||
class COsContext;
|
||||
class CMemorySys;
|
||||
class CResFactory;
|
||||
class CAABox;
|
||||
|
||||
class IRenderer {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue