f_pc_layer (#16)

* f_op_actor_tag OK

* f_pc_layer_tag OK

* f_pc_layer_iter

* forgot a return

* identation and extern var name comments

* fix struct member name

Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
lepelog
2020-12-06 05:58:12 +01:00
committed by GitHub
parent 74faaee32a
commit ccab99f398
20 changed files with 378 additions and 754 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
#include "SComponent/c_list.h"
#include "SComponent/c_tree.h"
struct create_tag_class : public node_class {
struct create_tag_class {
node_class pNode;
void *mpTagData;
s8 mbIsUse;
};