Files
mars-nwe/include/nwcore/core.h
Mario Fetka 1808464145
Some checks failed
Source release / source-package (push) Failing after 1m17s
move to new lib
2026-06-14 21:47:50 +02:00

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 */