mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 12:14:07 +00:00
Fix linux warnings
This commit is contained in:
parent
c40fcdf39a
commit
c2ac6b3759
52 changed files with 165 additions and 70 deletions
|
@ -598,7 +598,7 @@ public:
|
|||
#endif
|
||||
|
||||
public:
|
||||
static void BuildStatLine(char *text, void *stat, bool itsFloat, void *stat2);
|
||||
static void BuildStatLine(Const char *text, void *stat, bool itsFloat, void *stat2);
|
||||
static void CentreMousePointer();
|
||||
void CheckCodesForControls(int);
|
||||
bool CheckHover(int x1, int x2, int y1, int y2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue