diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-23 12:01:08 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-23 12:01:08 +0200 |
commit | ea1ed4eea16de9da03db47e15d5e83456082ade0 (patch) | |
tree | 53e71d6ddfb74dd5ea66b2f878318c6650b78fb5 /src/include/eiotas_room.h | |
parent | 216fb6d612dadf33201af4935e52a1a1f99cfd58 (diff) | |
download | edoors-ea1ed4eea16de9da03db47e15d5e83456082ade0.zip edoors-ea1ed4eea16de9da03db47e15d5e83456082ade0.tar.gz |
cleanup structs
Diffstat (limited to 'src/include/eiotas_room.h')
-rw-r--r-- | src/include/eiotas_room.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/eiotas_room.h b/src/include/eiotas_room.h index 1b2bc2c..877a91c 100644 --- a/src/include/eiotas_room.h +++ b/src/include/eiotas_room.h @@ -26,9 +26,9 @@ typedef struct _Eiotas_Room Eiotas_Room; struct _Eiotas_Room { - Eiotas_Iota iota; /* structural info */ - Eina_Hash *links; /* TODO */ - Eina_Hash *children; /* stringshared values optimized hash table holding Rooms, Doors and Boards */ + Eiotas_Iota iota; /* structural info */ + Eina_Hash *links; /* TODO */ + Eina_Hash *children; /* stringshared values optimized hash table holding Rooms, Doors and Boards */ }; void eiotas_room_free(Eiotas_Room *room); |