mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Version info
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#ifndef __ICSNEO_API_VERSION_H_
|
||||
#define __ICSNEO_API_VERSION_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct {
|
||||
uint16_t major;
|
||||
uint16_t minor;
|
||||
uint16_t patch;
|
||||
const char* metadata;
|
||||
const char* buildBranch;
|
||||
const char* buildTag;
|
||||
char reserved[32];
|
||||
} neoversion_t;
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace icsneo {
|
||||
|
||||
neoversion_t GetVersion(void);
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user