Decoder.h 83 B

12345
  1. #ifndef HELLO_H
  2. #define HELLO_H
  3. int Decoder(char* inputPath,char* outPath);
  4. #endif