mirror of
https://forge.univ-lyon1.fr/tplifap4/dungeonanddeamon.git
synced 2024-02-27 13:31:50 +01:00
Update
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#include "GestionPlayer.h"
|
||||
#include "GestionJeu.h"
|
||||
|
||||
using namespace godot;
|
||||
|
||||
@ -12,5 +12,6 @@ extern "C" void GDN_EXPORT godot_gdnative_terminate(godot_gdnative_terminate_opt
|
||||
|
||||
extern "C" void GDN_EXPORT godot_nativescript_init(void* handle) {
|
||||
Godot::nativescript_init(handle);
|
||||
register_class<GestionJeu>();
|
||||
register_class<GestionPlayer>();
|
||||
}
|
Reference in New Issue
Block a user