[nostalgia/core/studio] Start tile sheet editor

This commit is contained in:
2019-11-26 23:23:12 -06:00
parent 69666a0b31
commit 8f21670439
13 changed files with 334 additions and 19 deletions

View File

@@ -18,13 +18,14 @@ ox::Error initConsole(Context*) {
return OxError(1);
}
ox::Error loadTileSheet(Context*, InodeId_t) {
ox::Error loadTileSheet(Context*,
TileSheetSpace,
int,
ox::FileAddress,
ox::FileAddress) {
return OxError(1);
}
void puts(Context*, int, const char*) {
}
void setTile(Context*, int, int, int, uint8_t) {
}