![]() |
BlitzMax Extended
0.8.16
Pushing Blitz to the Max.
|
Represents a program module. More...
#include <blitz_module.h>
Data Fields | |
BBModule * | succ |
The next module in the list. | |
const char * | ident |
The identity of the module (name and scope) | |
void(* | entry )() |
The entry function of the module. |
Represents a program module.