added boid* priv to GexUnit

master
Ondřej Hruška 6 years ago
parent 5291d530d7
commit 20c70c128f
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 1
      gex/gex_defines.h

@ -45,6 +45,7 @@ struct gex_unit {
char *type; //!< Unit type (loaded, malloc'd)
uint8_t callsign; //!< Unit callsign
GexEventListener report_handler; //!< Report handling function
void *priv; //!< Place for unit driver private struct (for use with support library packages)
struct gex_unit *next; //!< Pointer to the next entry in this linked list, or NULL if none
};

Loading…
Cancel
Save