mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 09:07:41 +00:00
11
include/WorldFormat/CPVSAreaSet.hpp
Normal file
11
include/WorldFormat/CPVSAreaSet.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _CPVSAREASET
|
||||
#define _CPVSAREASET
|
||||
|
||||
class CPVSVisSet;
|
||||
|
||||
class CPVSAreaSet {
|
||||
public:
|
||||
CPVSVisSet GetLightSet(int) const;
|
||||
};
|
||||
|
||||
#endif // _CPVSAREASET
|
||||
Reference in New Issue
Block a user