From 1f9c71b49eeef9cd05b542515c06200b4a25f693 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 8 Jan 2015 15:04:26 +0100 Subject: use a generic way to navigate through entries entries are actually any action or subaction that can be performed. Attack, White Magic and so on are root actions. Fire, Ice X are subactions of Black Magic. Signed-off-by: Olivier Gayot --- structures.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'structures.h') diff --git a/structures.h b/structures.h index 11a0f76..fa7e5c0 100644 --- a/structures.h +++ b/structures.h @@ -1,6 +1,8 @@ #ifndef STRUCTURES_H #define STRUCTURES_H +#include + typedef struct surfaces SURFACES; struct surfaces { -- cgit v1.2.3