mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 04:27:42 +00:00
Initial PVS stubs
This commit is contained in:
22
Runtime/Graphics/CPVSAreaSet.hpp
Normal file
22
Runtime/Graphics/CPVSAreaSet.hpp
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef __URDE_CPVSAREASET_HPP__
|
||||
#define __URDE_CPVSAREASET_HPP__
|
||||
|
||||
#include "RetroTypes.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CPVSAreaSet
|
||||
{
|
||||
struct CPVSAreaHolder
|
||||
{
|
||||
CPVSAreaHolder(CInputStream& in);
|
||||
};
|
||||
std::vector<CPVSAreaHolder> xunk;
|
||||
public:
|
||||
CPVSAreaSet(CInputStream& in);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CPVSAREASET_HPP__
|
||||
Reference in New Issue
Block a user