make hello messages more clear

main
Nathan Franke 4 years ago
parent a47ef5e3a1
commit 353bf1ca59
No known key found for this signature in database
GPG Key ID: 082B90CF10A5B648

@ -20,5 +20,5 @@ MyNode::~MyNode()
void MyNode::hello_node() void MyNode::hello_node()
{ {
UtilityFunctions::print("Hello Node!"); UtilityFunctions::print("Hello GDExtension Node!");
} }

@ -31,5 +31,5 @@ MySingleton::~MySingleton()
void MySingleton::hello_singleton() void MySingleton::hello_singleton()
{ {
UtilityFunctions::print("Hello Singleton!"); UtilityFunctions::print("Hello GDExtension Singleton!");
} }

Loading…
Cancel
Save