[nostalgia/core/studio] Start tile sheet editor
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user