diff options
author | UnavailableDev <ggwildplay@gmail.com> | 2023-03-10 14:23:05 +0100 |
---|---|---|
committer | UnavailableDev <ggwildplay@gmail.com> | 2023-03-10 14:26:02 +0100 |
commit | e3e0feb56340a72545b6fd38f22e134cf2e3509a (patch) | |
tree | c9de5ee7959a91848c9d8d064febbdfeeb584bbe /src/ppu | |
parent | 19737533abb3eeb90c97691618336b5cead14656 (diff) |
fixed code styles
Diffstat (limited to 'src/ppu')
-rw-r--r-- | src/ppu/ppu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ppu/ppu.h b/src/ppu/ppu.h index 18b58a2..75d97c1 100644 --- a/src/ppu/ppu.h +++ b/src/ppu/ppu.h @@ -9,9 +9,6 @@ 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 */ |