Files
Michael Fabian 'Xaymar' Dirks 09be5488e1 runtime/lib: C++ify
2019-01-18 21:26:57 +01:00

8 lines
144 B
C++

#pragma once
#include "basic.hpp"
void _bbLoadLibs(char* p);
const char* _bbStrToCStr(BBStr* str);
BBStr* _bbCStrToStr(const char* str);