Skip to content

Commit

Permalink
#5408: Rename interface header file to imapfilechangetracker.h
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Oct 25, 2021
1 parent 86112a3 commit 9a3824f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/imap.h
Expand Up @@ -22,7 +22,7 @@ const char* const LOAD_PREFAB_AT_CMD = "LoadPrefabAt";
class INamespace;
typedef std::shared_ptr<INamespace> INamespacePtr;

// see mapfile.h
// see imapfilechangetracker.h
class IMapFileChangeTracker;

// see ientity.h
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion include/precompiled_interfaces.h
Expand Up @@ -81,7 +81,7 @@
#include "itransformnode.h"
#include "iundo.h"
#include "ivolumetest.h"
#include "mapfile.h"
#include "imapfilechangetracker.h"
#include "modelskin.h"
#include "ModResource.h"
#include "ishaderlayer.h"
Expand Down

0 comments on commit 9a3824f

Please sign in to comment.