mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-07 05:24:22 +01:00
8 lines
111 B
C++
8 lines
111 B
C++
|
#ifndef AXIS_ENUMERATOR_TEST_H
|
||
|
#define AXIS_ENUMERATOR_TEST_H
|
||
|
|
||
|
TestSuite* AxisEnumeratorTest_suite();
|
||
|
|
||
|
#endif
|
||
|
|