Updated and renamed classes for lr example
This commit is contained in:
parent
143baa4db3
commit
8959d90fa6
37 changed files with 402 additions and 60 deletions
|
|
@ -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>();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue