Skip to content

Commit

Permalink
Update header
Browse files Browse the repository at this point in the history
  • Loading branch information
ritsuwastaken committed Jul 30, 2024
1 parent f39eed6 commit f20395c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
namespace utils
{
__declspec(noinline) LPVOID __cdecl GetReturnAddress();
inline BOOL IsAddressInModule(LPVOID address, const char *moduleName);
inline bool Contains(const std::wstring &str, const std::wstring &substr);
BOOL IsAddressInModule(LPVOID address, const char *moduleName);
bool Contains(const std::wstring &str, const std::wstring &substr);
}

#endif // UTILS_H

0 comments on commit f20395c

Please sign in to comment.