openscad/tests/tests-common.h

7 lines
104 B
C++

#ifndef TESTS_COMMON_H_
#define TESTS_COMMON_H_
class Module *parsefile(const char *filename);
#endif