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

@@ -0,0 +1,15 @@
#pragma once
#include <glad/glad.h>
#include <imgui.h>
#include <hex.hpp>
#include <hex/api/content_registry.hpp>
#include <hex/views/view.hpp>
#include <hex/providers/provider.hpp>
#include <hex/helpers/shared_data.hpp>
#define IMHEX_PLUGIN_SETUP namespace hex::plugin::internal { \
void initializePlugin(); \
} \
void hex::plugin::internal::initializePlugin()