summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/include/trv_bitmaps.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-06 09:14:07 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-06 09:14:07 -0600
commitd992aae2de69af72c71c26fc06b870647b523279 (patch)
treef36fa413cce1951c8a3c4b6a907ea50c2a857e8f /apps/graphics/traveler/include/trv_bitmaps.h
parentc2e439133b6a4a417d95114d7c1c5d9fa87f90ca (diff)
downloadnuttx-d992aae2de69af72c71c26fc06b870647b523279.tar.gz
nuttx-d992aae2de69af72c71c26fc06b870647b523279.tar.bz2
nuttx-d992aae2de69af72c71c26fc06b870647b523279.zip
Add the first of several world creation files
Diffstat (limited to 'apps/graphics/traveler/include/trv_bitmaps.h')
-rw-r--r--apps/graphics/traveler/include/trv_bitmaps.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/graphics/traveler/include/trv_bitmaps.h b/apps/graphics/traveler/include/trv_bitmaps.h
index ae20c5cb3..94ff64e88 100644
--- a/apps/graphics/traveler/include/trv_bitmaps.h
+++ b/apps/graphics/traveler/include/trv_bitmaps.h
@@ -99,4 +99,7 @@ extern trv_pixel_t g_ground_color;
* Public Function Prototypes
****************************************************************************/
+int trv_initialize_bitmaps(void);
+int trv_load_bitmapfile(FAR const char *bitmapfile);
+
#endif /* __APPS_GRAPHICS_TRAVELER_INCLUDE_TRV_BITMAPS_H */