2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 06:27:43 +00:00

Initial Flaahgra implementations

This commit is contained in:
2019-06-10 01:28:33 -07:00
parent 0322b5b234
commit b7b65b04a4
6 changed files with 593 additions and 3 deletions

View File

@@ -4,6 +4,12 @@
#include "zeus/CAABox.hpp"
namespace urde {
struct SJointInfo {
const char* from;
const char* to;
float radius;
float separation;
};
struct SOBBJointInfo {
const char* from;
const char* to;