[crawl]7drl

This blog documents my 7-day roguelike project for rec.games.roguelike.development. My project is a small variant for the roguelike computer game Linley's Dungeoncrawl.

Name:
Location: Palmer, Alaska, United States

Friday, December 15, 2006

Kervin's Head

#ifndef KERVIN
#define KERVIN

#include
#include
#include

typedef std::string page;
typedef std::vector file;
typedef std::string topic;
typedef std::set FilingCabinet;

class Kervin {
private:
FilingCabinet Grns;
page read;
public:
// a file from me
bool fileMyPage( page, file );
page TellMeabout( topic );
};

#endif

0 Comments:

Post a Comment

<< Home