2
0

tests.h 1017 B

1234567891011121314151617181920212223242526272829
  1. /* godot-cpp integration testing project.
  2. *
  3. * This is free and unencumbered software released into the public domain.
  4. */
  5. #ifndef TESTS_H
  6. #define TESTS_H
  7. #include <godot_cpp/templates/cowdata.hpp>
  8. #include <godot_cpp/templates/hash_map.hpp>
  9. #include <godot_cpp/templates/hash_set.hpp>
  10. #include <godot_cpp/templates/hashfuncs.hpp>
  11. #include <godot_cpp/templates/list.hpp>
  12. #include <godot_cpp/templates/local_vector.hpp>
  13. #include <godot_cpp/templates/pair.hpp>
  14. #include <godot_cpp/templates/rb_map.hpp>
  15. #include <godot_cpp/templates/rb_set.hpp>
  16. #include <godot_cpp/templates/rid_owner.hpp>
  17. #include <godot_cpp/templates/safe_refcount.hpp>
  18. #include <godot_cpp/templates/search_array.hpp>
  19. #include <godot_cpp/templates/self_list.hpp>
  20. #include <godot_cpp/templates/sort_array.hpp>
  21. #include <godot_cpp/templates/spin_lock.hpp>
  22. #include <godot_cpp/templates/thread_work_pool.hpp>
  23. #include <godot_cpp/templates/vector.hpp>
  24. #include <godot_cpp/templates/vmap.hpp>
  25. #include <godot_cpp/templates/vset.hpp>
  26. #endif // TESTS_H