Add SelfList template

This commit is contained in:
Ricardo Buring
2022-09-13 11:32:12 +02:00
parent 024b6d2d9e
commit 3e97626b67
2 changed files with 144 additions and 0 deletions

View File

@@ -42,6 +42,7 @@
#include "godot_cpp/templates/rid_owner.hpp"
#include "godot_cpp/templates/safe_refcount.hpp"
#include "godot_cpp/templates/search_array.hpp"
#include "godot_cpp/templates/self_list.hpp"
#include "godot_cpp/templates/sort_array.hpp"
#include "godot_cpp/templates/spin_lock.hpp"
#include "godot_cpp/templates/thread_work_pool.hpp"