9 lines
100 B
C++
9 lines
100 B
C++
|
#include <hex/plugin.hpp>
|
||
|
|
||
|
namespace hex::plugin::builtin {
|
||
|
|
||
|
void registerSettings() {
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|