Skip to content

Commit

Permalink
Forgot this again
Browse files Browse the repository at this point in the history
I need to push all local changes later
  • Loading branch information
RaphaelIT7 committed Jul 17, 2024
1 parent db16eb0 commit 5817914
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/detours.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ namespace Symbols
typedef FileHandle_t (*CBaseFileSystem_OpenForRead)(void* filesystem, const char *pFileNameT, const char *pOptions, unsigned flags, const char *pathID, char **ppszResolvedFilename);
const Symbol CBaseFileSystem_OpenForReadSym = Symbol::FromName("_ZN15CBaseFileSystem11OpenForReadEPKcS1_jS1_PPc");

typedef long (*CBaseFileSystem_GetFileTime)(void* filesystem, const char *pFileName, const char *pPathID);
const Symbol CBaseFileSystem_GetFileTimeSym = Symbol::FromName("_ZN15CBaseFileSystem11GetFileTimeEPKcS1_");

//---------------------------------------------------------------------------------
// Purpose: concommand Symbols
//---------------------------------------------------------------------------------
Expand Down

0 comments on commit 5817914

Please sign in to comment.