Skip to content

Commit

Permalink
const logprintf
Browse files Browse the repository at this point in the history
  • Loading branch information
IS4Code committed Nov 14, 2020
1 parent 8b9db74 commit ac4d2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "Structs.h"
//#include "CPlayerData.h"

typedef void(*logprintf_t)(char* format, ...);
typedef void(*logprintf_t)(const char* format, ...);
extern logprintf_t logprintf;

extern void *pAMXFunctions;
Expand Down

0 comments on commit ac4d2b7

Please sign in to comment.