openscad/tests/tests-common.h

9 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