mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
screwing around
This commit is contained in:
@@ -9,8 +9,12 @@
|
|||||||
#define TOY_VERSION_PATCH 0
|
#define TOY_VERSION_PATCH 0
|
||||||
#define TOY_VERSION_BUILD __DATE__ " " __TIME__
|
#define TOY_VERSION_BUILD __DATE__ " " __TIME__
|
||||||
|
|
||||||
//platform exports/imports --was it needed?
|
//platform exports/imports
|
||||||
|
#if defined(__linux__)
|
||||||
#define TOY_API extern
|
#define TOY_API extern
|
||||||
|
#else
|
||||||
|
#define TOY_API
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef TOY_EXPORT
|
#ifndef TOY_EXPORT
|
||||||
//for processing the command line arguments
|
//for processing the command line arguments
|
||||||
|
|||||||
Reference in New Issue
Block a user