diff options
| author | Franklin Wei <git@fwei.tk> | 2016-01-25 16:10:46 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-01-25 16:10:46 -0500 |
| commit | a1acf425cfb00a41c7862c915eb024207658c814 (patch) | |
| tree | fcee7cf8a1c204b779ab50a3545e8671012d7643 /src/userdb.h | |
| parent | d351bb34ba256d6fbf0869485bcf75ec46646e74 (diff) | |
| download | netcosm-a1acf425cfb00a41c7862c915eb024207658c814.zip netcosm-a1acf425cfb00a41c7862c915eb024207658c814.tar.gz netcosm-a1acf425cfb00a41c7862c915eb024207658c814.tar.bz2 netcosm-a1acf425cfb00a41c7862c915eb024207658c814.tar.xz | |
inventory works
Diffstat (limited to 'src/userdb.h')
| -rw-r--r-- | src/userdb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/userdb.h b/src/userdb.h index f499b78..c4705a9 100644 --- a/src/userdb.h +++ b/src/userdb.h @@ -36,6 +36,8 @@ struct userdata_t { priv_t priv; room_id room; time_t last_login; + + void *objects; /* hash of object names -> objects */ }; /* call before using anything else */ |