mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-11 22:59:12 +00:00
12 lines
200 B
C++
12 lines
200 B
C++
#ifndef _CAREABSPTREE
|
|
#define _CAREABSPTREE
|
|
|
|
class CInputStream;
|
|
class CTransform4f;
|
|
class CAreaBspTree {
|
|
public:
|
|
CAreaBspTree(CInputStream& in, const CTransform4f& xf);
|
|
};
|
|
|
|
#endif // _CAREABSPTREE
|