delete unused asm, c_m3d_g

This commit is contained in:
lepelog
2021-04-08 16:01:29 +02:00
parent d9859d41ed
commit 643048cff7
403 changed files with 369 additions and 7412 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
#ifndef C_NODE_ITER_H
#define C_NODE_ITER_H
#include "dolphin/types.h"
#include "SSystem/SComponent/c_node.h"
#include "dolphin/types.h"
typedef int (*cNdIt_MethodFunc)(node_class* pNode, void* pUserData);
int cNdIt_Method(node_class* pNode, cNdIt_MethodFunc pMethod, void* pUserData);