openscad/tests/tests-common.h

7 lines
108 B
C
Raw Normal View History

2011-11-05 22:38:03 +04:00
#ifndef TESTS_COMMON_H_
#define TESTS_COMMON_H_
class FileModule *parsefile(const char *filename);
2011-11-05 22:38:03 +04:00
#endif