libcm/cmProcTest.h
2012-10-29 20:52:39 -07:00

18 linhas
239 B
C

#ifndef cmProcTest_h
#define cmProcTest_h
#ifdef __cplusplus
extern "C" {
#endif
void cmProcTestNoInit( cmCtx_t* ctx );
void cmProcTestGnuPlot( cmCtx_t* ctx );
void cmProcTest( cmCtx_t* ctx );
#ifdef __cplusplus
}
#endif
#endif