mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-08 23:39:07 +00:00
18 lines
254 B
C++
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
|