mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Move VERSION_MKSTRING logic to version.h
Fixes a bug where the VERSION_PATCH define is not yet in scope if
typedefs.h is included before version.h at compilation time.
(cherry picked from commit 3b687c5474)
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
/*************************************************************************/
|
||||
#include "http_request.h"
|
||||
|
||||
#include "version.h"
|
||||
|
||||
void HTTPRequest::_redirect_request(const String &p_new_url) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user