summaryrefslogtreecommitdiff
path: root/src/include/gameui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gameui.h')
-rw-r--r--src/include/gameui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gameui.h b/src/include/gameui.h
index 92fa985..e03c8a5 100644
--- a/src/include/gameui.h
+++ b/src/include/gameui.h
@@ -8,5 +8,7 @@
/* Create list of all in-game sprite to render (for batch processing) */
int buildGameRenderList(gameRess_t *gRess, gameUI_t *gUI);
+renderItem_t * findActionnableItemUnderCursor(gameUI_t *gUI);
+
#endif /*GAMEUI_H*/