www.pudn.com > SimpleMUD.rar > EntityDatabase.h
// MUD Programming
// Ron Penton
// (C)2003
// EntityDatabase.h - A generic class that will store Entity objects by their ID
// and will allow searching for those items.
//
//
#ifndef SIMPLEMUDENTITYDATABASE_H
#define SIMPLEMUDENTITYDATABASE_H
#include
#include