1234567891011121314151617181920212223242526272829303132333435363738394041 |
- #ifndef TEST_MAIN_H
- #define TEST_MAIN_H
- #include "core/list.h"
- #include "core/ustring.h"
- const char **tests_get_names();
- MainLoop *test_main(String p_test, const List<String> &p_args);
- #endif
|