Add support world drawing

This commit is contained in:
2017-11-09 21:43:59 -06:00
parent 539aa1e7eb
commit 2edee450aa
22 changed files with 232 additions and 61 deletions

View File

@@ -19,8 +19,15 @@ ox::Error initConsole(Context *ctx) {
return 1;
}
ox::Error loadTileSheet(Context *ctx, InodeId_t inode) {
return 1;
}
void puts(Context *ctx, int loc, const char *str) {
}
void setTile(Context *ctx, int layer, int column, int row, uint8_t tile) {
}
}
}