bgc-c/basic-geometry-test/main.h

8 lines
107 B
C

#ifndef BGC_TEST_MAIN_H_INCLUDED
#define BGC_TEST_MAIN_H_INCLUDED
void setUp();
void tearDown();
#endif