summaryrefslogtreecommitdiff
path: root/include/SSystem/SComponent/c_node_iter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/SSystem/SComponent/c_node_iter.h')
-rw-r--r--include/SSystem/SComponent/c_node_iter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/SSystem/SComponent/c_node_iter.h b/include/SSystem/SComponent/c_node_iter.h
index c598fd96c8..92c4444296 100644
--- a/include/SSystem/SComponent/c_node_iter.h
+++ b/include/SSystem/SComponent/c_node_iter.h
@@ -1,9 +1,10 @@
#ifndef C_NODE_ITER_H
#define C_NODE_ITER_H
-#include "SSystem/SComponent/c_node.h"
#include "dolphin/types.h"
+typedef struct node_class node_class;
+
typedef int (*cNdIt_MethodFunc)(node_class* pNode, void* pUserData);
int cNdIt_Method(node_class* pNode, cNdIt_MethodFunc pMethod, void* pUserData);