inkcpp
Toggle main menu visibility
Loading...
Searching...
No Matches
version.h
1
/* Copyright (c) 2024 Julian Benda
2
*
3
* This file is part of inkCPP which is released under MIT license.
4
* See file LICENSE.txt or go to
5
* https://github.com/JBenda/inkcpp for full license details.
6
*/
7
#pragma once
8
9
#include "system.h"
10
11
namespace
ink
{
12
constexpr
uint32_t
InkBinVersion
= 2;
13
constexpr
uint32_t
InkVersion
= 21;
14
};
ink
Namespace contaning all modules and classes from InkCPP.
Definition
choice.h:11
ink::uint32_t
unsigned int uint32_t
define basic numeric type
Definition
system.h:71
ink::InkVersion
constexpr uint32_t InkVersion
Supported version of ink.json files.
Definition
version.h:13
ink::InkBinVersion
constexpr uint32_t InkBinVersion
Supportet version of ink.bin files.
Definition
version.h:12
shared
public
version.h
Generated by
1.17.0