Skip to content

Commit

Permalink
The game is starting finally! (Main menu only for now)
Browse files Browse the repository at this point in the history
Fix xrGame compilation.

Currently R3 and R4 are broken.
  • Loading branch information
Xottab-DUTY committed Aug 8, 2017
1 parent 56f23ab commit 89cf211
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/xrGame/xrGame.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3858,6 +3858,9 @@
<ProjectReference Include="$(SolutionDir)xrAICore\xrAICore.vcxproj">
<Project>{5cb057d8-4464-40a6-af10-c26b826d1d90}</Project>
</ProjectReference>
<ProjectReference Include="..\utils\xrMiscMath\xrMiscMath.vcxproj">
<Project>{7885cf3c-ee04-4c67-9467-1fbf9a36b037}</Project>
</ProjectReference>
<ProjectReference Include="..\xrMisc\xrMisc.vcxproj">
<Project>{c964d17a-05a8-4bfa-b0a8-7af5c6b627ec}</Project>
</ProjectReference>
Expand Down
4 changes: 4 additions & 0 deletions src/xrGameSpy/xrGameSpy.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ XRGAMESPY_API int GetGameDistribution();
XRGAMESPY_API void GetGameID(int* GameID, int verID);

void FillSecretKey(char* secretKey);

// hack
#undef min
#undef max

0 comments on commit 89cf211

Please sign in to comment.