prime/include/Kyoto/PVS/CPVSVisSet.hpp
Henrique Gemignani Passos Lima 90f941ccb6 Add CWorldShadow
Former-commit-id: 552dc65a2c7297c50e1a87f14ef49ce2fd4c5ca7
2022-12-01 18:11:09 +02:00

18 lines
254 B
C++

#ifndef _CPVSVISSET
#define _CPVSVISSET
#include "rstl/auto_ptr.hpp"
class CPVSVisSet {
public:
static CPVSVisSet Reset(int);
private:
int x0_state;
uint x4_numBits;
uint x8_numLights;
rstl::auto_ptr< u8 > x10_ptr;
};
#endif // _CPVSVISSET