Rename editor.h to CustomLevels.h

This accompanies the editor.cpp -> CustomLevels.cpp change; I'll be
splitting out the editor functions in the next commit. The name of the
include guard has been changed as well, but not anything else.
This commit is contained in:
Misa
2021-02-19 23:19:09 -08:00
committed by Misa Elizabeth Kai
parent 3fe0f01bcc
commit 3e380e23fb
12 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
#if !defined(NO_CUSTOM_LEVELS) && !defined(NO_EDITOR)
#include "editor.h"
#include "CustomLevels.h"
#include <string>
#include <utf8/unchecked.h>