X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=rooms.c;h=583833d30f0894962a9ce63976ec83dbadee4b62;hp=0e4530eeed5d4303d724eb7f13c5d462d894b92c;hb=42f03179903be5a86084b56dd2c25d984049ee99;hpb=a868f7779583a00316cb076fc4d62ccfb1488434 diff --git a/rooms.c b/rooms.c index 0e4530e..583833d 100644 --- a/rooms.c +++ b/rooms.c @@ -3,13 +3,15 @@ * * @(#)rooms.c 3.8 (Berkeley) 6/15/81 * - * Rogue: Exploring the Dungeons of Doom + * Rogue: Exploring the Cavern of Cuties * Copyright (C) 1980, 1981 Michael Toy, Ken Arnold and Glenn Wichman * All rights reserved. * * See the file LICENSE.TXT for full copyright and licensing information. */ +#include + #include "curses.h" #include "rogue.h"