summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/include/trv_bitmaps.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/traveler/include/trv_bitmaps.h')
-rw-r--r--apps/graphics/traveler/include/trv_bitmaps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/graphics/traveler/include/trv_bitmaps.h b/apps/graphics/traveler/include/trv_bitmaps.h
index 948f55dce..b3a2caabf 100644
--- a/apps/graphics/traveler/include/trv_bitmaps.h
+++ b/apps/graphics/traveler/include/trv_bitmaps.h
@@ -101,7 +101,7 @@ extern trv_pixel_t g_ground_color;
int trv_initialize_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);
+int trv_load_bitmapfile(FAR const char *bitmapfile, FAR const char *wldpath);
+FAR struct trv_bitmap_s *trv_read_texture(FAR const char *filename);
#endif /* __APPS_GRAPHICS_TRAVELER_INCLUDE_TRV_BITMAPS_H */