// *********************************************** // CREATION.H - responsible for all tmd creation // *********************************************** // **** includes #include // **** public function prototypes u_long createWall(u_long, long, long, u_char*); u_long createFloor(u_long, long, long, u_char*); u_long createPlayer(u_long);