1
0
mirror of synced 2025-02-24 21:44:49 +01:00

16 lines
549 B
C++
Raw Normal View History

#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()