You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00: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