Files
BlitzNext/bbruntime/userlib.h
T
blitz-research 08a613ed0e Initial commit.
2014-01-31 08:23:00 +13:00

8 lines
100 B
C

#ifndef USERLIB_H
#define USERLIB_H
void _bbLoadLibs( char *table );
void _bbUnloadLibs();
#endif