summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/include
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/traveler/include')
-rw-r--r--apps/graphics/traveler/include/trv_bitmaps.h2
-rw-r--r--apps/graphics/traveler/include/trv_paltable.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/apps/graphics/traveler/include/trv_bitmaps.h b/apps/graphics/traveler/include/trv_bitmaps.h
index 308119501..948f55dce 100644
--- a/apps/graphics/traveler/include/trv_bitmaps.h
+++ b/apps/graphics/traveler/include/trv_bitmaps.h
@@ -100,7 +100,7 @@ extern trv_pixel_t g_ground_color;
****************************************************************************/
int trv_initialize_bitmaps(void);
-void trv_free_bitmaps(void);
+void trv_release_bitmaps(void);
int trv_load_bitmapfile(FAR const char *bitmapfile);
FAR struct trv_bitmap_s *trv_read_texture(FAR char *filename);
diff --git a/apps/graphics/traveler/include/trv_paltable.h b/apps/graphics/traveler/include/trv_paltable.h
index a307a1244..f7edec11c 100644
--- a/apps/graphics/traveler/include/trv_paltable.h
+++ b/apps/graphics/traveler/include/trv_paltable.h
@@ -80,5 +80,6 @@ extern trv_pixel_t *g_paltable[NUM_ZONES];
****************************************************************************/
int trv_load_paltable(FAR const char *file);
+void trv_release_paltable(void);
#endif /* __APPS_GRAPHICS_TRAVELER_INCLUDE_TRV_PALTABLE_H */