mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-20 02:21:44 +01:00
Setting up 3.5.0 as trunk
This commit is contained in:
14
src/genwld.h
Normal file
14
src/genwld.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/************************************************************************
|
||||
* Generic OLC Library - Rooms / genwld.h v1.0 *
|
||||
* Original author: Levork *
|
||||
* Copyright 1996 by Harvey Gilpin *
|
||||
* Copyright 1997-2001 by George Greer (greerga@circlemud.org) *
|
||||
************************************************************************/
|
||||
|
||||
room_rnum add_room(struct room_data *);
|
||||
int delete_room(room_rnum);
|
||||
int save_rooms(zone_rnum);
|
||||
int copy_room(struct room_data *to, struct room_data *from);
|
||||
room_rnum duplicate_room(room_vnum to, room_rnum from);
|
||||
int copy_room_strings(struct room_data *dest, struct room_data *source);
|
||||
int free_room_strings(struct room_data *);
|
||||
Reference in New Issue
Block a user