prime/include/WorldFormat/CPVSAreaSet.hpp
Henrique Gemignani Passos Lima 90f941ccb6 Add CWorldShadow
Former-commit-id: 552dc65a2c7297c50e1a87f14ef49ce2fd4c5ca7
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