diff options
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); |