This commit is contained in:
nephacks
2025-06-04 03:22:50 +02:00
parent f234f23848
commit f12416cffd
14243 changed files with 6446499 additions and 26 deletions

View File

@@ -0,0 +1,14 @@
#ifndef SCHEMA_VERSION_NUMBERS_H_
#define SCHEMA_VERSION_NUMBERS_H_
#pragma once
/// !!NOTE!! - This file is included in the game AND schemacompiler AND vpc
/// This is where version numbers are specified to keep all of the files + binding macros in sync
/// If you need to make an incompatible change to the schema bindings, increment this
#define SCHEMA_BINDING_VERSION 32
/// If you need to change the content of schproj files, increment this
#define SCHEMA_SCHPROJ_VERSION 11
#endif