|
6 | 6 | #ifndef TESTS_H
|
7 | 7 | #define TESTS_H
|
8 | 8 |
|
9 |
| -#include "godot_cpp/templates/cowdata.hpp" |
10 |
| -#include "godot_cpp/templates/hash_map.hpp" |
11 |
| -#include "godot_cpp/templates/hash_set.hpp" |
12 |
| -#include "godot_cpp/templates/hashfuncs.hpp" |
13 |
| -#include "godot_cpp/templates/list.hpp" |
14 |
| -#include "godot_cpp/templates/pair.hpp" |
15 |
| -#include "godot_cpp/templates/rb_map.hpp" |
16 |
| -#include "godot_cpp/templates/rb_set.hpp" |
17 |
| -#include "godot_cpp/templates/rid_owner.hpp" |
18 |
| -#include "godot_cpp/templates/safe_refcount.hpp" |
19 |
| -#include "godot_cpp/templates/search_array.hpp" |
20 |
| -#include "godot_cpp/templates/self_list.hpp" |
21 |
| -#include "godot_cpp/templates/sort_array.hpp" |
22 |
| -#include "godot_cpp/templates/spin_lock.hpp" |
23 |
| -#include "godot_cpp/templates/thread_work_pool.hpp" |
24 |
| -#include "godot_cpp/templates/vector.hpp" |
25 |
| -#include "godot_cpp/templates/vmap.hpp" |
26 |
| -#include "godot_cpp/templates/vset.hpp" |
| 9 | +#include <godot_cpp/templates/cowdata.hpp> |
| 10 | +#include <godot_cpp/templates/hash_map.hpp> |
| 11 | +#include <godot_cpp/templates/hash_set.hpp> |
| 12 | +#include <godot_cpp/templates/hashfuncs.hpp> |
| 13 | +#include <godot_cpp/templates/list.hpp> |
| 14 | +#include <godot_cpp/templates/local_vector.hpp> |
| 15 | +#include <godot_cpp/templates/pair.hpp> |
| 16 | +#include <godot_cpp/templates/rb_map.hpp> |
| 17 | +#include <godot_cpp/templates/rb_set.hpp> |
| 18 | +#include <godot_cpp/templates/rid_owner.hpp> |
| 19 | +#include <godot_cpp/templates/safe_refcount.hpp> |
| 20 | +#include <godot_cpp/templates/search_array.hpp> |
| 21 | +#include <godot_cpp/templates/self_list.hpp> |
| 22 | +#include <godot_cpp/templates/sort_array.hpp> |
| 23 | +#include <godot_cpp/templates/spin_lock.hpp> |
| 24 | +#include <godot_cpp/templates/thread_work_pool.hpp> |
| 25 | +#include <godot_cpp/templates/vector.hpp> |
| 26 | +#include <godot_cpp/templates/vmap.hpp> |
| 27 | +#include <godot_cpp/templates/vset.hpp> |
27 | 28 |
|
28 | 29 | #endif // TESTS_H
|
0 commit comments