mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Core: Move generated VERSION_HASH to a .cpp file
This lets us have its definition in `core/version.h` and avoid rebuilding a handful of files every time the commit hash changes.
This commit is contained in:
parent
3cb9dc78d6
commit
90162851a7
13 changed files with 26 additions and 43 deletions
|
|
@ -47,7 +47,6 @@
|
|||
#include "core/string/print_string.h"
|
||||
#include "core/string/translation.h"
|
||||
#include "core/version.h"
|
||||
#include "core/version_hash.gen.h"
|
||||
#include "main/main.h"
|
||||
#include "scene/3d/importer_mesh_instance_3d.h"
|
||||
#include "scene/gui/center_container.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue