Files

12 lines
171 B
C
Raw Permalink Normal View History

2014-01-31 08:23:00 +13:00
#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