updated core to new GDNative interface

This commit is contained in:
Karroffel
2017-06-18 13:21:18 +02:00
parent 31dd500d28
commit ebe9d9de6a
5 changed files with 12 additions and 12 deletions

View File

@@ -87,7 +87,7 @@ typedef float real_t;
#ifndef ERR_PRINT
#define ERR_PRINT(msg) fprintf(stderr, "ERROR: %ls\n", (msg).c_string())
#define ERR_PRINT(msg) fprintf(stderr, "ERROR: %s\n", (msg).c_string())
#endif
#ifndef ERR_FAIL_INDEX_V