Files
BlitzNext/Runtime/lib/userlibs.hpp
T
Michael Fabian 'Xaymar' Dirks 2196cb8419 runtime: Formatting
2019-01-18 17:04:17 +01:00

13 lines
179 B
C++

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