summaryrefslogtreecommitdiff
path: root/digital/io-hub/src/robospierre/logistic.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io-hub/src/robospierre/logistic.h')
-rw-r--r--digital/io-hub/src/robospierre/logistic.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/digital/io-hub/src/robospierre/logistic.h b/digital/io-hub/src/robospierre/logistic.h
index 6acb681e..4a06dcb7 100644
--- a/digital/io-hub/src/robospierre/logistic.h
+++ b/digital/io-hub/src/robospierre/logistic.h
@@ -115,6 +115,10 @@ logistic_update (void);
void
logistic_element_new (uint8_t pos, uint8_t element_type);
+/** Oh la la, the pawn was not a pawn, it's a head. */
+void
+logistic_element_change (uint8_t pos, uint8_t element_type);
+
/** To be called when a element movement is done. */
void
logistic_element_move_done (void);