generated from Persson-dev/Godot-Xmake
move files into client folder
This commit is contained in:
19
include/client/Main.h
Normal file
19
include/client/Main.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#pragma once
|
||||
|
||||
#include <godot_cpp/classes/node.hpp>
|
||||
|
||||
namespace blitz {
|
||||
|
||||
class Main : public godot::Node {
|
||||
GDCLASS(Main, godot::Node)
|
||||
protected:
|
||||
static void _bind_methods();
|
||||
|
||||
public:
|
||||
Main();
|
||||
~Main();
|
||||
|
||||
void ChangeScene();
|
||||
};
|
||||
|
||||
} // namespace blitz
|
||||
Reference in New Issue
Block a user