![]() |
Module Structure. Contains pointer to module specific data and a pointer to the hooks that interface with the module.
Definition at line 109 of file as_module.h.
#include "as_module.h"
Data Fields | |
const as_module_hooks * | hooks |
const void * | source |
const as_module_hooks* as_module::hooks |
Definition at line 111 of file as_module.h.
const void* as_module::source |
Definition at line 110 of file as_module.h.