#include #include "loader/module_loader.hpp" class dw final : public module { public: dw() { // TODO Patch DW } }; REGISTER_MODULE(dw)