summaryrefslogtreecommitdiff
path: root/digital/io-hub/src/robospierre/logistic.h
diff options
context:
space:
mode:
authorNicolas Schodet2011-06-03 04:37:35 +0200
committerNicolas Schodet2011-06-03 06:03:49 +0200
commit4eb705e639457a07e6d5e9423ba81f8cede1b979 (patch)
tree62a0af85401c4751b7b5b091d080d6d19f0f027a /digital/io-hub/src/robospierre/logistic.h
parent6ef0e7de88e2c4896ebdbd2ed1617ded5c89c31c (diff)
digital/io-hub: handle element change to head
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);