mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 15:57:03 -05:00
9 lines
150 B
C++
9 lines
150 B
C++
#pragma once
|
|
|
|
#include <hex/helpers/types.hpp>
|
|
|
|
#if defined(HEX_MODULE_EXPORT)
|
|
#define EXPORT_MODULE export
|
|
#else
|
|
#define EXPORT_MODULE
|
|
#endif |