vessel/core/include/vessel.h
Arija A. 7a848b778c
refact: Update formats of header guards.
Signed-off-by: Arija A. <ari@ari.lt>
2025-06-14 16:07:35 +03:00

16 lines
362 B
C

#ifndef VESSEL_VESSEL_H_
#define VESSEL_VESSEL_H_
#include "conf.h"
#include "log.h"
#define VS_VESSEL_HEADER_VERSION "00.00.0"
#define VS_VESSEL_HEADER_SOURCE "https://git.ari.lt/ari/vessel"
extern const char *vs_vessel_version;
extern vs_Logger vs_vessel_lg; /* Global logger */
void vs_vessel_init(const char *version);
#endif /* VESSEL_VESSEL_H_ */