fix: remove useless header file
This commit is contained in:
-17
@@ -1,17 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
|
|
||||||
|
|
||||||
namespace DeathMessages {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Removes all installed memory hooks.
|
|
||||||
*
|
|
||||||
* This function uninstalls all previously installed hooks to restore
|
|
||||||
* original behavior.
|
|
||||||
*/
|
|
||||||
void uninstallHooks();
|
|
||||||
|
|
||||||
} // namespace DeathMessages
|
|
||||||
Reference in New Issue
Block a user