diff options
Diffstat (limited to 'src/dbi.h')
-rw-r--r-- | src/dbi.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -111,6 +111,7 @@ struct og_room { }; struct og_folder { + unsigned int id; unsigned int room; unsigned int center; char name[OG_DB_FOLDER_NAME_MAXLEN + 1]; |