arduino stuffs
Diffstat (limited to 'car_driver/godot/src/gdlibrary.cpp')
| -rw-r--r-- | car_driver/godot/src/gdlibrary.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/car_driver/godot/src/gdlibrary.cpp b/car_driver/godot/src/gdlibrary.cpp deleted file mode 100644 index a7c2360..0000000 --- a/car_driver/godot/src/gdlibrary.cpp +++ /dev/null @@ -1,16 +0,0 @@ -#include "gdserial.h" - -extern "C" void GDN_EXPORT godot_gdnative_init(godot_gdnative_init_options *o) { - godot::Godot::gdnative_init(o); -} - -extern "C" void GDN_EXPORT -godot_gdnative_terminate(godot_gdnative_terminate_options *o) { - godot::Godot::gdnative_terminate(o); -} - -extern "C" void GDN_EXPORT godot_nativescript_init(void *handle) { - godot::Godot::nativescript_init(handle); - - godot::register_class<godot::GDSerial>(); -}
\ No newline at end of file |