fixed testing and includes dir

This commit is contained in:
2025-01-29 11:24:17 -08:00
parent f57a440623
commit b3bee70aeb
4 changed files with 9 additions and 9 deletions

View File

@@ -19,9 +19,10 @@ struct tart_vec2 term_current_size() {
return ret;
}
#endif
#else
struct tart_vec2 term_current_size() {
struct tart_vec2 ret = {50,50};
return ret;
}
#endif