mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2025-10-14 00:44:22 -05:00
Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include <d2tweaks/client/modules/client_module.h>
|
||||
|
||||
//Client side patches that are too small to implement as separate modules
|
||||
|
||||
namespace d2_tweaks {
|
||||
namespace client {
|
||||
namespace modules {
|
||||
class small_patches final : public client_module {
|
||||
public:
|
||||
void init() override;
|
||||
void init_early() override;
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user