Holy fucking shit I don't want to work on this. Sibly, you son of a ...

This commit is contained in:
Michael Fabain Dirks
2016-05-07 22:49:54 +02:00
parent b75ca4142c
commit aa22d21fb5
2577 changed files with 166501 additions and 194685 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef USERLIBS_H
#define USERLIBS_H
#include "basic.h"
void _bbLoadLibs( char *p );
const char* _bbStrToCStr( BBStr *str );
BBStr* _bbCStrToStr( const char *str );
#endif