mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-06 17:35:36 +00:00
Fix compilation of IRenderer.hpp
This commit is contained in:
parent
25294591f6
commit
428163daf3
@ -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…
x
Reference in New Issue
Block a user