From 906557f094e407ce21d429ef647bc75fe3179cf1 Mon Sep 17 00:00:00 2001 From: hnOsmium0001 Date: Sat, 9 Apr 2022 13:29:41 -0700 Subject: More work on editor --- source/EditorCoreAPI.hpp | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 source/EditorCoreAPI.hpp (limited to 'source/EditorCoreAPI.hpp') diff --git a/source/EditorCoreAPI.hpp b/source/EditorCoreAPI.hpp deleted file mode 100644 index fa68822..0000000 --- a/source/EditorCoreAPI.hpp +++ /dev/null @@ -1,18 +0,0 @@ -// This file contains minimal definitions for other game components to integrate with editor -// Doing this instead of directly includign EditorCore.hpp and drastically remove the amount of code that needs to be dragged into every header - -#pragma once - -// Forward declarations -class App; -class GameWorld; - -class EditorGameObjectAttachment; -struct EditorGameObjectAttachmentDeleter { - void operator()(EditorGameObjectAttachment* obj); -}; - -class EditorInstance; -EditorInstance* EditorInstance_Alloc(App* app, GameWorld* world); -void EditorInstance_Free(EditorInstance* editor); -void EditorInstance_Show(EditorInstance* editor); -- cgit v1.2.3-70-g09d2