Gaia-ECS v1.0.0
A simple and powerful entity component system
Loading...
Searching...
No Matches
version.h
1#pragma once
2
3// Breaking changes and big features
4#define GAIA_VERSION_MAJOR 1
5// Smaller changes and features
6#define GAIA_VERSION_MINOR 0
7// Fixes and tweaks
8#define GAIA_VERSION_PATCH 0