openscad/tests/tests-common.h

9 lines
158 B
C
Raw Normal View History

2011-11-05 22:38:03 +04:00
#ifndef TESTS_COMMON_H_
#define TESTS_COMMON_H_
#include <stdlib.h>
class FileModule *parsefile(const char *filename, const char *fakepath = NULL);
2011-11-05 22:38:03 +04:00
#endif