16 lines
176 B
C
16 lines
176 B
C
#ifndef __CPG_H__
|
|
#define __CPG_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
const elite_instance_t *cpg_init(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* ! __CPG_H__ */
|