refactoring for readability

This commit is contained in:
welcor
2024-05-20 00:53:40 +02:00
parent 7d3acb0e3d
commit b5f460f74e
3 changed files with 37 additions and 13 deletions

View File

@@ -37,7 +37,7 @@
/*
* test fixtures
*/
char_data* create_test_char_data();
char_data *get_test_char();
char *get_last_messages();
#endif