mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 18:27:42 +00:00
More collision stubs
Add *.autosave to gitignore Update specter
This commit is contained in:
@@ -5,6 +5,12 @@
|
||||
|
||||
namespace urde
|
||||
{
|
||||
namespace Collide
|
||||
{
|
||||
bool AABox_AABox(const CInternalCollisionStructure&, CCollisionInfoList&);
|
||||
bool AABox_AABox_Bool(const CInternalCollisionStructure&, CCollisionInfoList&);
|
||||
}
|
||||
|
||||
class CCollidableAABox : public CCollisionPrimitive
|
||||
{
|
||||
static const Type sType;
|
||||
|
||||
Reference in New Issue
Block a user