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

13 lines
183 B
C

#ifndef USERLIBS_H
#define USERLIBS_H
#include "basic.h"
void _bbLoadLibs( char *p );
const char* _bbStrToCStr( BBStr *str );
BBStr* _bbCStrToStr( const char *str );
#endif