mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-17 18:31:20 +00:00
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
|