[nostalgia] Rename common package to geo

This commit is contained in:
2022-02-13 04:03:10 -06:00
parent 0aa71f1dbb
commit 320df614a9
26 changed files with 131 additions and 130 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ int getScreenHeight(Context*) noexcept {
return 160;
}
common::Size getScreenSize(Context*) noexcept {
geo::Size getScreenSize(Context*) noexcept {
return {240, 160};
}