Files
BlitzNext/bbruntime/userlib.h
T

8 lines
100 B
C
Raw Normal View History

2014-01-31 08:23:00 +13:00
#ifndef USERLIB_H
#define USERLIB_H
void _bbLoadLibs( char *table );
void _bbUnloadLibs();
#endif