mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 08:27:41 +00:00
Match and link CAreaBspTree
Former-commit-id: ee9de720115f11518d7f0e9e86c1f3aab0202b15
This commit is contained in:
11
include/WorldFormat/CAreaBspTree.hpp
Normal file
11
include/WorldFormat/CAreaBspTree.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _CAREABSPTREE
|
||||
#define _CAREABSPTREE
|
||||
|
||||
class CInputStream;
|
||||
class CTransform4f;
|
||||
class CAreaBspTree {
|
||||
public:
|
||||
CAreaBspTree(CInputStream& in, const CTransform4f& xf);
|
||||
};
|
||||
|
||||
#endif // _CAREABSPTREE
|
||||
Reference in New Issue
Block a user