You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Updated custom_modules (markdown)
@@ -105,8 +105,6 @@ With the following contents
|
|||||||
```c++
|
```c++
|
||||||
/* register_types.h */
|
/* register_types.h */
|
||||||
|
|
||||||
#include "sumator.h"
|
|
||||||
|
|
||||||
void register_sumator_types();
|
void register_sumator_types();
|
||||||
void unregister_sumator_types();
|
void unregister_sumator_types();
|
||||||
/* yes, the word in the middle must be the same as the module folder name */
|
/* 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 "register_types.h"
|
||||||
#include "object_type_db.h"
|
#include "object_type_db.h"
|
||||||
|
#include "sumator.h"
|
||||||
|
|
||||||
void register_sumator_types() {
|
void register_sumator_types() {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user