mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-08-20 10:02:17 -05:00
Clean up and formatting
This commit is contained in:
@@ -28,15 +28,13 @@ public:
|
||||
this->type = type;
|
||||
}
|
||||
|
||||
~HookData() {
|
||||
~HookData() = default;
|
||||
|
||||
}
|
||||
|
||||
void *getFunctionPointer() const {
|
||||
[[nodiscard]] void *getFunctionPointer() const {
|
||||
return function_pointer;
|
||||
}
|
||||
|
||||
wups_loader_hook_type_t getType() const {
|
||||
[[nodiscard]] wups_loader_hook_type_t getType() const {
|
||||
return this->type;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user