diff options
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/init.cpp b/src/init.cpp index 60aaf45..e8e1d0c 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1,6 +1,6 @@ -#include <gdnative_api_struct.gen.h> -#include "net/WebRTCPeerNative.hpp" #include "WebRTCPeer.hpp" +#include "net/WebRTCPeerNative.hpp" +#include <gdnative_api_struct.gen.h> /* Godot export stuff */ extern "C" void GDN_EXPORT godot_gdnative_init(godot_gdnative_init_options *o) { |