Refactored libimhex to and includes to better represent it as library

This commit is contained in:
WerWolv
2021-01-13 17:28:27 +01:00
parent 00648c9673
commit eb066b3539
65 changed files with 148 additions and 146 deletions

View File

@@ -1,18 +1,18 @@
#include "window.hpp"
#include <hex.hpp>
#include <hex/api/content_registry.hpp>
#include <iostream>
#include <numeric>
#include "imgui.h"
#include "imgui_internal.h"
#include "imgui_impl_glfw.h"
#include "imgui_impl_opengl3.h"
#include "imgui_freetype.h"
#include <imgui.h>
#include <imgui_internal.h>
#include <imgui_impl_glfw.h>
#include <imgui_impl_opengl3.h>
#include <imgui_freetype.h>
#include "helpers/plugin_handler.hpp"
#include "helpers/content_registry.hpp"
#include <glad/glad.h>
#include <GLFW/glfw3.h>