summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/include/trv_raycntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/traveler/include/trv_raycntl.h')
-rw-r--r--apps/graphics/traveler/include/trv_raycntl.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/apps/graphics/traveler/include/trv_raycntl.h b/apps/graphics/traveler/include/trv_raycntl.h
index 01cbed191..ffcf2b6d3 100644
--- a/apps/graphics/traveler/include/trv_raycntl.h
+++ b/apps/graphics/traveler/include/trv_raycntl.h
@@ -41,6 +41,7 @@
****************************************************************************/
#include "trv_types.h"
+#include "trv_graphics.h"
/****************************************************************************
* Pre-processor Definitions
@@ -54,10 +55,7 @@
* Public Function Prototypes
****************************************************************************/
-extern uint8_t *trv_raycaster_initialize(uint16_t screen_width,
- uint16_t screen_height,
- uint8_t scale_factor,
- FAR uint8_t *screen_buffer);
-extern void trv_raycaster(FAR struct trv_camera_s *player);
+void trv_raycaster(FAR struct trv_camera_s *player,
+ FAR struct trv_graphics_info_s *ginfo);
#endif /* __APPS_GRAPHICS_TRAVELER_INCLUDE_TRV_RAYCNTL_H */