mirror of
https://github.com/pkdawson/imgui-godot.git
synced 2026-09-16 19:54:18 +00:00
WIP C++ example
This commit is contained in:
8
doc/cpp-demo/test/test.cpp
Normal file
8
doc/cpp-demo/test/test.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <godot_cpp/godot.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
#include <mycppnode.h>
|
||||
|
||||
TEST(SomethingTest, DoAThing)
|
||||
{
|
||||
ASSERT_TRUE(true);
|
||||
}
|
||||
Reference in New Issue
Block a user