-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a5ea9f
commit 0b63c20
Showing
6 changed files
with
37 additions
and
37 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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
#pragma once | ||
#define INFO_NAME "Computer Room Control Software Nemesis" | ||
#ifdef _PREVIEW | ||
#ifdef _PREVIEW_ | ||
#define INFO_VERSION "v6.0.0-preview.3" | ||
#else | ||
#define INFO_VERSION "v5.10.3" | ||
#endif | ||
#define INFO_REPO_URL "https://github.com/MaxLHy0424/CRCSN" | ||
#define INFO_DEVELOPER "MaxLHy0424" | ||
#define INFO_LICENSE "MIT License" | ||
#ifdef _PREVIEW | ||
#ifdef _PREVIEW_ | ||
#define WINDOW_WIDTH 50 | ||
#define WINDOW_HEIGHT 25 | ||
#endif |
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