mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-18 00:45:21 +00:00
All CPlayer implemented (w/ some nonmatchings)
This commit is contained in:
@@ -15,6 +15,7 @@ class CTransform4f;
|
||||
|
||||
class CFrustumPlanes {
|
||||
public:
|
||||
CFrustumPlanes() {}
|
||||
CFrustumPlanes(const CTransform4f&, float, float, float, bool, float);
|
||||
|
||||
bool BoxInFrustumPlanes(const CAABox& box) const;
|
||||
|
||||
Reference in New Issue
Block a user