mirror of https://github.com/PrimeDecomp/prime.git
12 lines
154 B
C++
12 lines
154 B
C++
|
#ifndef _CPVSAREASET
|
||
|
#define _CPVSAREASET
|
||
|
|
||
|
class CPVSVisSet;
|
||
|
|
||
|
class CPVSAreaSet {
|
||
|
public:
|
||
|
CPVSVisSet GetLightSet(int) const;
|
||
|
};
|
||
|
|
||
|
#endif // _CPVSAREASET
|