aboutsummaryrefslogtreecommitdiff
path: root/extension/src/TestSingleton.hpp
Commit message (Collapse)AuthorAgeLines
* Removing semicolons that would cause issues on MSVC Robert Clarke2023-02-13-1/+1
|
* feat(build): Implement scons building George L. Albany2023-01-25-0/+24
feat(engine): Integrate basic Godot project feat(test): Demonstrate Godot using extension feat(dependency): Add OV2-compiler as deps submodule feat(dependency): Add godot-cpp as a submodule feat(git): Ignore Godot 4 files feat(docs): Updated readme with instructions feat: Can call `TestSingleton.hello_singleton()` from GDScript Adds basic workflow support but that is currently disabled