aboutsummaryrefslogtreecommitdiff
path: root/src/ppu/ppu.h
diff options
context:
space:
mode:
authorUnavailableDev <ggwildplay@gmail.com>2023-03-10 14:23:05 +0100
committerUnavailableDev <ggwildplay@gmail.com>2023-03-10 14:26:02 +0100
commite3e0feb56340a72545b6fd38f22e134cf2e3509a (patch)
treec9de5ee7959a91848c9d8d064febbdfeeb584bbe /src/ppu/ppu.h
parent19737533abb3eeb90c97691618336b5cead14656 (diff)
fixed code styles
Diffstat (limited to 'src/ppu/ppu.h')
-rw-r--r--src/ppu/ppu.h3
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 */