Test.h 91 B

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