ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
/
cvs
/
libgender
/
randlvl.h
Revision:
1.1
Committed:
Sun Feb 6 01:17:15 2005 UTC
(20 years, 1 month ago) by
root
Content type:
text/plain
Branch:
MAIN
CVS Tags:
HEAD
Log Message:
*** empty log message ***
File Contents
#
Content
1
#include "entity.h"
2
class RandomBuilding {
3
public:
4
entity *RandomBuilding::draw (int cnt, int max_room, int max_cubes);
5
};