ide, launcher: Move to new directory

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-01-19 18:31:46 +01:00
parent 0c3e74df62
commit c2f795e4ef
50 changed files with 2797 additions and 3416 deletions
+11
View File
@@ -0,0 +1,11 @@
#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