15 lines
182 B
C
15 lines
182 B
C
#ifndef MARS_NWE_CORE_H
|
|
#define MARS_NWE_CORE_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
const char *nwcore_version(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* MARS_NWE_CORE_H */
|