mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
Setting up 3.5.0 as trunk
This commit is contained in:
parent
0ddbd8b56e
commit
99e3aa4d8b
1336 changed files with 514917 additions and 0 deletions
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 *);
|
Loading…
Add table
Add a link
Reference in a new issue