Include cleanups.

This commit is contained in:
Relintai 2024-09-14 17:07:13 +02:00
parent 48c763499a
commit 1249239843
4 changed files with 5 additions and 12 deletions

View File

@ -36,7 +36,6 @@
#include "core/error_macros.h" #include "core/error_macros.h"
#include "core/sfw_time.h" #include "core/sfw_time.h"
#include "core/ustring.h" #include "core/ustring.h"
#include "core/vector4.h"
#include "render_core/application.h" #include "render_core/application.h"
#include "render_core/input.h" #include "render_core/input.h"
#include "render_core/render_state.h" #include "render_core/render_state.h"

View File

@ -6,15 +6,7 @@
#include "gui.h" #include "gui.h"
#include "core/math_defs.h"
#include "core/sfw_time.h"
#include "render_core/app_window.h" #include "render_core/app_window.h"
#include "render_core/input.h"
#include "render_core/input_map.h"
#include "core/sfw_core.h"
#include "object/core_string_names.h"
#include "imgui.h" #include "imgui.h"
#include "imgui_impl_glfw.h" #include "imgui_impl_glfw.h"

View File

@ -5,10 +5,7 @@
//--STRIP //--STRIP
#include "core/int_types.h" #include "core/int_types.h"
#include <stdio.h>
#include "object/object.h" #include "object/object.h"
#include "object/reference.h"
//--STRIP //--STRIP
class GUI : public Object { class GUI : public Object {

View File

@ -54,14 +54,19 @@ Index of this file:
*/ */
//--STRIP
#pragma once #pragma once
//--STRIP
// Configuration file with compile-time options // Configuration file with compile-time options
// (edit imconfig.h or '#define IMGUI_USER_CONFIG "myfilename.h" from your build system) // (edit imconfig.h or '#define IMGUI_USER_CONFIG "myfilename.h" from your build system)
#ifdef IMGUI_USER_CONFIG #ifdef IMGUI_USER_CONFIG
#include IMGUI_USER_CONFIG #include IMGUI_USER_CONFIG
#endif #endif
//--STRIP
#include "imconfig.h" #include "imconfig.h"
//--STRIP
#ifndef IMGUI_DISABLE #ifndef IMGUI_DISABLE