mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 22:27:41 +00:00
Initial CBabygoth imps
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
#include "zeus/CAABox.hpp"
|
||||
|
||||
namespace urde {
|
||||
struct SOBBJointDescription {
|
||||
struct SOBBJointInfo {
|
||||
const char* from;
|
||||
const char* to;
|
||||
zeus::CVector3f bounds;
|
||||
};
|
||||
|
||||
struct SSphereJointDescription {
|
||||
struct SSphereJointInfo {
|
||||
const char* name;
|
||||
float radius;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user