mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
12 lines
196 B
C
12 lines
196 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
#include <stddef.h>
|
|
#include <stdint.h>
|
|
|
|
#define TOY_VERSION_MAJOR 0
|
|
#define TOY_VERSION_MINOR 6
|
|
#define TOY_VERSION_PATCH 0
|
|
#define TOY_VERSION_BUILD __DATE__
|
|
|