Updated and renamed classes for lr example

This commit is contained in:
Alejandro Saucedo 2020-09-27 14:09:16 +01:00
parent 143baa4db3
commit 8959d90fa6
37 changed files with 402 additions and 60 deletions

View file

@ -1,4 +1,4 @@
#include "KomputeSummator.hpp"
#include "KomputeModelML.hpp"
extern "C" void GDN_EXPORT godot_gdnative_init(godot_gdnative_init_options *o) {
godot::Godot::gdnative_init(o);
@ -11,5 +11,5 @@ extern "C" void GDN_EXPORT godot_gdnative_terminate(godot_gdnative_terminate_opt
extern "C" void GDN_EXPORT godot_nativescript_init(void *handle) {
godot::Godot::nativescript_init(handle);
godot::register_class<godot::KomputeSummator>();
godot::register_class<godot::KomputeModelML>();
}