[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
@@ -7,9 +7,9 @@
#include <ox/fs/fs.hpp>
#include <ox/model/desctypes.hpp>
#include <ox/std/buffer.hpp>
#include <ox/std/size.hpp>
#include <keel/context.hpp>
#include <nostalgia/geo/size.hpp>
#include <nostalgia/core/context.hpp>
+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};
}