1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Updated custom_modules (markdown)

Juan Linietsky
2015-02-10 16:36:02 -03:00
parent acaa2d3eb2
commit dac7475509

@@ -105,8 +105,6 @@ With the following contents
```c++
/* register_types.h */
#include "sumator.h"
void register_sumator_types();
void unregister_sumator_types();
/* yes, the word in the middle must be the same as the module folder name */
@@ -116,6 +114,7 @@ void unregister_sumator_types();
#include "register_types.h"
#include "object_type_db.h"
#include "sumator.h"
void register_sumator_types() {