mirror of
https://github.com/Mestima/GodotStack.git
synced 2025-05-03 21:00:14 +00:00
7 lines
286 B
C
7 lines
286 B
C
/* register_types.h */
|
|
|
|
#include "modules/register_module_types.h"
|
|
|
|
void initialize_GodotStack_module(ModuleInitializationLevel p_level);
|
|
void uninitialize_GodotStack_module(ModuleInitializationLevel p_level);
|
|
/* yes, the word in the middle must be the same as the module folder name */ |