Added version macros
This commit is contained in:
@@ -7,6 +7,11 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#define BOX_VERSION_MAJOR 0
|
||||||
|
#define BOX_VERSION_MINOR 1
|
||||||
|
#define BOX_VERSION_PATCH 0
|
||||||
|
#define BOX_VERSION_BUILD __DATE__ " " __TIME__
|
||||||
|
|
||||||
//platform exports/imports
|
//platform exports/imports
|
||||||
#if defined(__linux__)
|
#if defined(__linux__)
|
||||||
#define BOX_API extern
|
#define BOX_API extern
|
||||||
|
|||||||
Reference in New Issue
Block a user