12 lines
171 B
C
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
|