nodesystem/src/node2d/node2d.c

6 lines
106 B
C

#include "node2d.h"
NOD_Node *NOD_CreateNode2D(char *name){
return NOD_CreateNodeEX("Node2D", name);
}