From 4eb705e639457a07e6d5e9423ba81f8cede1b979 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Fri, 3 Jun 2011 04:37:35 +0200 Subject: digital/io-hub: handle element change to head --- digital/io-hub/src/robospierre/logistic.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'digital/io-hub/src/robospierre/logistic.h') 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); -- cgit v1.2.3