- #pragma once
- #include "CmPrerequisites.h"
- using namespace CamelotEngine; // Not great design, but I'm just using namespaces to make the distinction between engine and editor cleaner so its fine
- namespace CamelotEditor
- {
- class LayoutManager;
- class EditorPrefs;
- class EditorApplication;
- }
|