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,7 +1,7 @@
#include <SDL.h>
#include "CustomLevels.h"
#include "DeferCallbacks.h"
#include "editor.h"
#include "Enums.h"
#include "Entity.h"
#include "Exit.h"