Generate zone loading code with ZoneCodeGenerator via custom build tool options when compiling

This commit is contained in:
Jan
2019-09-27 23:05:59 +02:00
parent ff62e6d0fb
commit b7387cd704
9 changed files with 313 additions and 4 deletions

View File

@ -4,7 +4,7 @@
#include <cassert>
#include "Game/T6/XAssets/rawfile/rawfile_load_db.h"
#include "Game/T6/XAssets/rawfile/rawfile_load_db2.h"
using namespace T6;

View File

@ -0,0 +1 @@
# This file exists for automatically generator zone loading code.

View File

@ -1,4 +1,4 @@
#include "rawfile_load_db.h"
#include "rawfile_load_db2.h"
#include <cassert>
using namespace T6;

File diff suppressed because one or more lines are too long