godot/modules/register_module_types.h

10 lines
139 B
C
Raw Normal View History

2014-02-10 02:10:30 +01:00
#ifndef REGISTER_MODULE_TYPES_H
#define REGISTER_MODULE_TYPES_H
//
void register_module_types();
void unregister_module_types();
#endif