p2p/stingray_sdk/plugin_foundation/scene_tree_api_convert.h
Lucas Schwiderski 2c9ce46dd2
chore: Rework project structure
There likely won't be much need for multiple separate crates.
2023-05-26 23:42:01 +02:00

8 lines
179 B
C++

#pragma once
#include "scene_tree.h"
#include "../engine_plugin_api/plugin_scene_database_api.h"
namespace stingray_plugin_foundation {
#include "scene_tree_api_convert.inl"
}