mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +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.
This commit is contained in:
parent
c449df86f7
commit
3b687c5474
5 changed files with 41 additions and 13 deletions
|
|
@ -29,6 +29,8 @@
|
|||
/*************************************************************************/
|
||||
#include "http_request.h"
|
||||
|
||||
#include "version.h"
|
||||
|
||||
void HTTPRequest::_redirect_request(const String &p_new_url) {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue