MCPcopy Create free account
hub / github.com/NetHack/NetHack / objects_globals_init

Function objects_globals_init

src/objects.c:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29struct objclass objects[SIZE(obj_init)];
30
31void
32objects_globals_init(void)
33{
34 memcpy(obj_descr, obj_descr_init, sizeof(obj_descr));
35 memcpy(objects, obj_init, sizeof(objects));
36}
37
38/*objects.c*/

Callers 5

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
early_initFunction · 0.85
do_makedefsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected