mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 10:27:40 +00:00
Halfway match CAABox; continue CBallCamera
Former-commit-id: 602109d8f0
This commit is contained in:
20
include/WorldFormat/CCollisionSurface.hpp
Normal file
20
include/WorldFormat/CCollisionSurface.hpp
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef _CCOLLISIONSURFACE_HPP
|
||||
#define _CCOLLISIONSURFACE_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#include "Kyoto/Math/CVector3f.hpp"
|
||||
|
||||
class CCollisionSurface {
|
||||
public:
|
||||
typedef CVector3f TVerts[3];
|
||||
|
||||
// TODO
|
||||
|
||||
private:
|
||||
TVerts x0_data;
|
||||
uint x24_flags;
|
||||
};
|
||||
CHECK_SIZEOF(CCollisionSurface, 0x28)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user