-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NOTE: API versionString() marked as obsolete due to RXWVersion
- Loading branch information
Showing
8 changed files
with
207 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
#pragma once | ||
// This code was generated by a vsSolutionBuildEvent. | ||
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. | ||
|
||
#include "stdafx.h" | ||
|
||
namespace net { namespace r_eg { namespace regXwild | ||
{ | ||
struct RXWVersion | ||
{ | ||
struct TNum | ||
{ | ||
const int major; | ||
const int minor; | ||
const int patch; | ||
const int build; | ||
|
||
TNum(int major, int minor, int patch, int build = 0) | ||
: major(major), minor(minor), patch(patch), build(build) { } | ||
|
||
TNum() : TNum(1, 2, 0, 0) { } | ||
|
||
} number; | ||
|
||
const TCHAR* bSha1 = _T(""); | ||
const TCHAR* config = _T(""); | ||
const TCHAR* product = _T("1.2.0"); | ||
}; | ||
}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters