BlitzMax Extended  0.8.18
Pushing Blitz to the Max.
Data Fields
BBModule Struct Reference

Represents a program module. More...

#include <blitz_module.h>

Data Fields

BBModulesucc
 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.

Detailed Description

Represents a program module.