mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-09-03 18:14:53 +03:00
Fix missing include in Custom modules in C++ (#12061)
This commit is contained in:
@@ -86,6 +86,8 @@ And then the cpp file.
|
||||
|
||||
#include "summator.h"
|
||||
|
||||
#include "core/object/class_db.h"
|
||||
|
||||
void Summator::add(int p_value) {
|
||||
count += p_value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user