blob: d78db6067900be39bcd4c6750b9e648a00cc0c5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
#define VERSION_MAJOR 0
#define VERSION_MINOR 1
#define VERSION_PATH 0
#include "core/types.hpp"
#include "libs/math.hpp"
#include "libs/stdio.hpp"
#include "libs/string.hpp"
|