1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

BuildSystem: generated files have .gen.extension

This commit is contained in:
Poommetee Ketson
2017-06-23 22:03:41 +07:00
parent a2e4b80ff5
commit e3998528e0
35 changed files with 93 additions and 90 deletions

View File

@@ -29,7 +29,7 @@
/*************************************************************************/
#include "visual_server.h"
#include "global_config.h"
#include "method_bind_ext.inc"
#include "method_bind_ext.gen.inc"
VisualServer *VisualServer::singleton = NULL;
VisualServer *(*VisualServer::create_func)() = NULL;