[nostalgia] Move geo types to Ox

This commit is contained in:
2023-05-30 20:33:06 -05:00
parent 4e0ce57594
commit 03a1a8abca
34 changed files with 147 additions and 973 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ int getScreenHeight(Context*) noexcept {
return 160;
}
geo::Size getScreenSize(Context*) noexcept {
ox::Size getScreenSize(Context*) noexcept {
return {240, 160};
}