8 lines
158 B
C++
8 lines
158 B
C++
#ifndef TESTS_COMMON_H_
|
|
#define TESTS_COMMON_H_
|
|
|
|
#include <stdlib.h>
|
|
|
|
class FileModule *parsefile(const char *filename, const char *fakepath = NULL);
|
|
|
|
#endif
|