Documentation
The BuzzLoader library depends on a seperate DLL built with DevStudio called BuzzLoader.dll, located in the "thunk" directory. Since most people do not have DevStudio, a binary is provided, along with source.
class BuzzMachineMethod | Description |
void *LoadMachine(char *File) | Loads a Buzz Machine and returns a pointer to the object. |
void DestroyMachine(void *Machine) | Deletes the Buzz Machine and all associated memory. |
More to come... |