Some optimizations + cleanup

This commit is contained in:
Arceveti
2021-09-28 21:13:26 -07:00
parent 868dd8f97b
commit 28e8d99707
22 changed files with 339 additions and 619 deletions

View File

@@ -376,11 +376,6 @@ extern struct GraphNode *gCurGraphNodeList[];
extern s16 gCurGraphNodeIndex;
extern Vec3f gVec3fZero;
extern Vec3s gVec3sZero;
extern Vec3f gVec3fOne;
extern Vec3s gVec3sOne;
void init_scene_graph_node_links(struct GraphNode *graphNode, s32 type);
struct GraphNodeRoot *init_graph_node_root(struct AllocOnlyPool *pool, struct GraphNodeRoot *graphNode,