mirror of
https://github.com/Relintai/sfw.git
synced 2024-12-20 21:06:49 +01:00
Include cleanups.
This commit is contained in:
parent
48c763499a
commit
1249239843
@ -36,7 +36,6 @@
|
||||
#include "core/error_macros.h"
|
||||
#include "core/sfw_time.h"
|
||||
#include "core/ustring.h"
|
||||
#include "core/vector4.h"
|
||||
#include "render_core/application.h"
|
||||
#include "render_core/input.h"
|
||||
#include "render_core/render_state.h"
|
||||
|
@ -6,15 +6,7 @@
|
||||
|
||||
#include "gui.h"
|
||||
|
||||
#include "core/math_defs.h"
|
||||
|
||||
#include "core/sfw_time.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_impl_glfw.h"
|
||||
|
@ -5,10 +5,7 @@
|
||||
|
||||
//--STRIP
|
||||
#include "core/int_types.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#include "object/object.h"
|
||||
#include "object/reference.h"
|
||||
//--STRIP
|
||||
|
||||
class GUI : public Object {
|
||||
|
@ -54,14 +54,19 @@ Index of this file:
|
||||
|
||||
*/
|
||||
|
||||
//--STRIP
|
||||
#pragma once
|
||||
//--STRIP
|
||||
|
||||
// Configuration file with compile-time options
|
||||
// (edit imconfig.h or '#define IMGUI_USER_CONFIG "myfilename.h" from your build system)
|
||||
#ifdef IMGUI_USER_CONFIG
|
||||
#include IMGUI_USER_CONFIG
|
||||
#endif
|
||||
|
||||
//--STRIP
|
||||
#include "imconfig.h"
|
||||
//--STRIP
|
||||
|
||||
#ifndef IMGUI_DISABLE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user