mirror of
https://github.com/Mestima/GodotHook.git
synced 2025-06-27 20:59:30 +00:00
Initial commit
This commit is contained in:
14
register_types.cpp
Normal file
14
register_types.cpp
Normal file
@ -0,0 +1,14 @@
|
||||
/* register_types.cpp */
|
||||
|
||||
#include "register_types.h"
|
||||
|
||||
#include "core/class_db.h"
|
||||
#include "hook.h"
|
||||
|
||||
void register_hook_types() {
|
||||
ClassDB::register_class<Hook>();
|
||||
}
|
||||
|
||||
void unregister_hook_types() {
|
||||
// Nothing to do here in this example.
|
||||
}
|
Reference in New Issue
Block a user