prime/include/WorldFormat/CPVSAreaSet.hpp
Henrique Gemignani Passos Lima 552dc65a2c
Add CWorldShadow
2022-12-01 18:11:09 +02:00

12 lines
154 B
C++

#ifndef _CPVSAREASET
#define _CPVSAREASET
class CPVSVisSet;
class CPVSAreaSet {
public:
CPVSVisSet GetLightSet(int) const;
};
#endif // _CPVSAREASET