[Build System Rewrite] mapjson now takes output directory parameters. (#1949)

This commit is contained in:
Icedude907
2024-08-30 06:01:01 +12:00
committed by GitHub
parent bc7c46ffe2
commit 625a006cab
8 changed files with 124 additions and 1140 deletions

View File

@@ -1,4 +1,6 @@
// jsonproc.cpp
// jsonproc converts JSON data to an output file based on an Inja template.
// https://github.com/pantor/inja
#include "jsonproc.h"