enum node_type { NodeType_Count, }; static node_specification_ NodeSpecifications[] = { }; void CallNodeProc(node_type Type, u8* NodeData) { switch(Type) { } }