Test.h 91 B

12345678
  1. #ifndef TEST_H
  2. #define TEST_H
  3. namespace Test {
  4. void start(const char* path);
  5. }
  6. #endif