diff options
Diffstat (limited to 'src/room.c')
| -rw-r--r-- | src/room.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -16,7 +16,11 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "netcosm.h" +#include "globals.h" + +#include "hash.h" +#include "server.h" +#include "room.h" /* processed world data */ static struct room_t *world; |