mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-26 18:47:07 -05:00
Add auto-generated file warning to map_groups.h write
This commit is contained in:
@@ -819,7 +819,7 @@ void Project::saveWildMonData() {
|
||||
void Project::saveMapConstantsHeader() {
|
||||
QString text = QString("#ifndef GUARD_CONSTANTS_MAP_GROUPS_H\n");
|
||||
text += QString("#define GUARD_CONSTANTS_MAP_GROUPS_H\n");
|
||||
text += QString("\n");
|
||||
text += QString("\n//\n// DO NOT MODIFY THIS FILE! It is auto-generated from data/maps/map_groups.json\n//\n\n");
|
||||
|
||||
int groupNum = 0;
|
||||
for (QStringList mapNames : groupedMapNames) {
|
||||
|
||||
Reference in New Issue
Block a user