Gaia-ECS v0.9.3
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 0
5// Smaller changes and features
6#define GAIA_VERSION_MINOR 9
7// Fixes and tweaks
8#define GAIA_VERSION_PATCH 3