mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-02-07 04:48:39 -06:00
11 lines
237 B
C++
11 lines
237 B
C++
#include <hex/api/content_registry.hpp>
|
|
|
|
#include <content/providers/process_memory_provider.hpp>
|
|
|
|
namespace hex::plugin::windows {
|
|
|
|
void registerProviders() {
|
|
ContentRegistry::Provider::add<ProcessMemoryProvider>();
|
|
}
|
|
|
|
} |