Files
BlitzNext/RuntimeLib/userlib.h
T

8 lines
100 B
C

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