]> git.cworth.org Git - grrobot/blobdiff - src/grr_board_view.h
grrobot will now load SVG icons from /share/grrobot/*.svg
[grrobot] / src / grr_board_view.h
index 4fb85074ca2240167da25e51b8c53e2c2871a4b1..8a0ffd1f40be1e788acc1774fa2f1ab3a6611369 100644 (file)
@@ -33,6 +33,8 @@
 
 #include <rr.h>
 
+#include "grr_icon.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif /* __cplusplus */
@@ -65,6 +67,11 @@ struct grr_board_view
     
     /* ID of update timer, or 0 if none */
     guint32 timer;
+
+    grr_icon_t *cell_icon;
+    grr_icon_t *wall_icon;
+    grr_icon_t *robot_icon[RR_NUM_ROBOTS];
+    grr_icon_t *target_icon[RR_NUM_TARGETS];
 };
 
 struct grr_board_view_class