mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-31 13:29:18 +01:00
Fix includes.
This commit is contained in:
parent
b19d80afcb
commit
a47958471b
@ -28,7 +28,7 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#include "gdnative/gdnative.h"
|
||||
#include "modules/gdnative/gdnative.h"
|
||||
|
||||
// Code by Paritosh97 with minor tweaks by Mux213
|
||||
// These entry points are only for the android platform and are simple stubs in all others.
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
#include "nativescript.h"
|
||||
|
||||
#include "gdnative/gdnative.h"
|
||||
#include "modules/gdnative/gdnative.h"
|
||||
|
||||
#include "core/config/project_settings.h"
|
||||
#include "core/core_string_names.h"
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include "core/global_constants.h"
|
||||
#include "core/config/project_settings.h"
|
||||
#include "core/variant/variant.h"
|
||||
#include "gdnative/gdnative.h"
|
||||
#include "modules/gdnative/gdnative.h"
|
||||
|
||||
#include "nativescript.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user