forked from cory/tildefriends
Cory McWilliams
b406501263
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4076 ed5197a5-7fde-0310-b194-c3ffbd925b24
10 lines
368 B
C
10 lines
368 B
C
#pragma once
|
|
|
|
typedef struct _tf_test_options_t tf_test_options_t;
|
|
|
|
void tf_ssb_test_id_conversion(const tf_test_options_t* options);
|
|
void tf_ssb_test_ssb(const tf_test_options_t* options);
|
|
void tf_ssb_test_following(const tf_test_options_t* options);
|
|
void tf_ssb_test_rooms(const tf_test_options_t* options);
|
|
void tf_ssb_test_bench(const tf_test_options_t* options);
|