CmEditorPrerequisites.h 378 B

123456789101112131415
  1. #pragma once
  2. #include "CmPrerequisites.h"
  3. using namespace CamelotEngine; // Not great design, but I'm just using namespaces to make the distinction between engine and editor cleaner so its fine
  4. namespace CamelotEditor
  5. {
  6. class LayoutManager;
  7. class EditorPrefs;
  8. class EditorApplication;
  9. class ProjectPrefs;
  10. class QtDockOverlayWidget;
  11. class QtEditorWindow;
  12. }