Files
BlitzNext/ide/libs.h
T
Michael Fabian 'Xaymar' Dirks c2f795e4ef ide, launcher: Move to new directory
2019-01-19 18:31:46 +01:00

12 lines
171 B
C

#ifndef LIBS_H
#define LIBS_H
extern int linker_ver,runtime_ver;
void initLibs();
string quickHelp( const string &kw );
bool isMediaFile( const string &file );
#endif