mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-12 19:14:21 +01: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
21
src/genobj.h
Normal file
21
src/genobj.h
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
/************************************************************************
|
||||
* Generic OLC Library - Objects / genobj.h v1.0 *
|
||||
* Original author: Levork *
|
||||
* Copyright 1996 by Harvey Gilpin *
|
||||
* Copyright 1997-2001 by George Greer (greerga@circlemud.org) *
|
||||
************************************************************************/
|
||||
|
||||
void copy_object_strings(struct obj_data *to, struct obj_data *from);
|
||||
void free_object_strings(struct obj_data *obj);
|
||||
void free_object_strings_proto(struct obj_data *obj);
|
||||
int copy_object(struct obj_data *to, struct obj_data *from);
|
||||
int copy_object_preserve(struct obj_data *to, struct obj_data *from);
|
||||
int save_objects(zone_rnum vznum);
|
||||
obj_rnum insert_object(struct obj_data *obj, obj_vnum ovnum);
|
||||
obj_rnum adjust_objects(obj_rnum refpt);
|
||||
obj_rnum index_object(struct obj_data *obj, obj_vnum ovnum, obj_rnum ornum);
|
||||
int update_objects(struct obj_data *refobj);
|
||||
obj_rnum add_object(struct obj_data *, obj_vnum ovnum);
|
||||
int copy_object_main(struct obj_data *to, struct obj_data *from, int free_object);
|
||||
int delete_object(obj_rnum);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue