1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

Complete the globals.h -> global_config.h conversion

This commit is contained in:
Bojidar Marinov
2017-02-23 17:47:25 +02:00
parent d0973e645c
commit 53921faa91
11 changed files with 11 additions and 11 deletions

View File

@@ -79,7 +79,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "io/sha256.h"
#include "io/base64.h"
#include "bind/core_bind.h"
#include "globals.h"
#include "global_config.h"
#include "io/marshalls.h"
#include <zlib.h>