Callum Carmicheal
Callum Carmicheal
Im in the process of recreating the configuration system while working on the new GUI. As of the current system we are using INI's which are not serialized and this...
A helper function to allow the use of dukglue on Objects instead of the Global namespace. Example code usage: ```cpp int math_add(int x, int y) { printf("Example function called\n"); return...
Hello I am using this project to generate a node graph of function calls in a C# project. Being that all the code is generated and not manually created by...