summaryrefslogtreecommitdiffstats
path: root/src/include/eiotas_room.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/eiotas_room.h')
-rw-r--r--src/include/eiotas_room.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/eiotas_room.h b/src/include/eiotas_room.h
index da40f3c..1b2bc2c 100644
--- a/src/include/eiotas_room.h
+++ b/src/include/eiotas_room.h
@@ -31,6 +31,8 @@ struct _Eiotas_Room {
Eina_Hash *children; /* stringshared values optimized hash table holding Rooms, Doors and Boards */
};
+void eiotas_room_free(Eiotas_Room *room);
+
EAPI Eiotas_Room* eiotas_room_add(const char* name, Eiotas_Room *parent);
#endif // __EIOTAS_ROOM_H__