Lumenarium/src/app/generated/foldhaus_nodes_generated.h

15 lines
176 B
C
Raw Normal View History

2020-01-21 05:11:07 +00:00
enum node_type
{
NodeType_Count,
};
2019-07-19 20:56:21 +00:00
static node_specification_ NodeSpecifications[] = {
};
void CallNodeProc(node_type Type, u8* NodeData)
{
switch(Type) {
}
}