Main Page | Data Structures | File List | Globals

area.h File Reference

Go to the source code of this file.

Data Structures

struct  area

Typedefs

typedef int area_id

Functions

area * create_area (area_id aid)
void destroy_area (struct area *area)
int set_area_title (struct area *area, const char *title)
int set_area_description (struct area *area, const char *desc)


Detailed Description


Function Documentation

struct area* create_area area_id  aid  ) 
 

creates an area with the specified area id and returns the pointer

void destroy_area struct area *  area  ) 
 

properly destroys an area

int set_area_description struct area *  area,
const char *  desc
 

set the area description (the string is copied, so you don't need to keep it around)

int set_area_title struct area *  area,
const char *  title
 

set the area title (the string is copied, so you don't need to keep it around)


Generated on Thu Sep 9 00:52:33 2004 for MUD by doxygen 1.3.8