diff options
author | UnavailableDev <ggwildplay@gmail.com> | 2023-03-10 14:08:14 +0100 |
---|---|---|
committer | UnavailableDev <ggwildplay@gmail.com> | 2023-03-10 14:08:14 +0100 |
commit | 19737533abb3eeb90c97691618336b5cead14656 (patch) | |
tree | 01963569ac9bb4cb7e90744b06bdd6aba0560421 /src/ppu/ppu.h | |
parent | 1fdac4d8ab609e8d496918929eb963be3f3a824f (diff) | |
parent | 4a740898621dcfc16fe257b6fe8695c768ec4dd6 (diff) |
merge
Diffstat (limited to 'src/ppu/ppu.h')
-rw-r--r-- | src/ppu/ppu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ppu/ppu.h b/src/ppu/ppu.h index 75d97c1..18b58a2 100644 --- a/src/ppu/ppu.h +++ b/src/ppu/ppu.h @@ -9,6 +9,9 @@ void hh_ppu_init(); /** @brief deinitialize ppu interface */ void hh_ppu_deinit(); +/** @brief */ +void hh_ppu_load_tilemap(); + /** @brief update single foreground sprite */ void hh_ppu_update_foreground(unsigned index, hh_s_ppu_loc_fam_entry e); /** @brief update single background sprite */ |