fixed testing and includes dir
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user