Voxvision
1
Creating and manipulating voxel octrees
|
Module info structure. More...
#include <modules.h>
Data Fields | |
int | type |
A module class. | |
struct vox_module_methods * | methods |
Methods of the module (actually, this field may be anything you like). | |
Module info structure.
Each module must have a function called module_init()
which returns pointer to a value of this type. It contains the module's class and its methods.