Skip to content

Commit

Permalink
Merge pull request #176 from wopss/feature/patch-2.21
Browse files Browse the repository at this point in the history
Add runtime version for patch 2.21
  • Loading branch information
psiberx authored Jan 23, 2025
2 parents 7719488 + 65a1a47 commit 78c3e9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions include/RED4ext/Api/Runtime.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#define RED4EXT_RUNTIME_2_12_HOTFIX_1 RED4EXT_V0_RUNTIME_2_12_HOTFIX_1
#define RED4EXT_RUNTIME_2_13 RED4EXT_V0_RUNTIME_2_13
#define RED4EXT_RUNTIME_2_20 RED4EXT_V0_RUNTIME_2_20
#define RED4EXT_RUNTIME_2_21 RED4EXT_V0_RUNTIME_2_21

/**
* @brief Supports all game versions.
Expand Down
3 changes: 2 additions & 1 deletion include/RED4ext/Api/v0/Runtime.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#define RED4EXT_V0_RUNTIME_2_12_HOTFIX_1 RED4EXT_V0_FILEVER(3, 0, 76, 64179)
#define RED4EXT_V0_RUNTIME_2_13 RED4EXT_V0_FILEVER(3, 0, 77, 64623)
#define RED4EXT_V0_RUNTIME_2_20 RED4EXT_V0_FILEVER(3, 0, 78, 41888)
#define RED4EXT_V0_RUNTIME_2_21 RED4EXT_V0_FILEVER(3, 0, 78, 57301)

/**
* @brief Supports all game versions.
Expand All @@ -45,4 +46,4 @@
/*
* @brief The latest game version.
*/
#define RED4EXT_V0_RUNTIME_LATEST RED4EXT_V0_RUNTIME_2_20
#define RED4EXT_V0_RUNTIME_LATEST RED4EXT_V0_RUNTIME_2_21

0 comments on commit 78c3e9d

Please sign in to comment.