libs.h 171 B

1234567891011
  1. #ifndef LIBS_H
  2. #define LIBS_H
  3. extern int linker_ver,runtime_ver;
  4. void initLibs();
  5. string quickHelp( const string &kw );
  6. bool isMediaFile( const string &file );
  7. #endif