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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user