8 lines
98 B
C++
8 lines
98 B
C++
|
|
#ifndef USERLIB_H
|
|
#define USERLIB_H
|
|
|
|
void _bbLoadLibs(char* table);
|
|
void _bbUnloadLibs();
|
|
|
|
#endif |