2
0
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:
2016-06-25 18:11:09 -07:00
parent d3563ea86d
commit f470b7de93
12 changed files with 159 additions and 5 deletions

View File

@@ -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;