MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / initCommonItems

Function initCommonItems

plugins/webadmin/commonItems.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24GameInfo* gameInfo = NULL;
25
26void initCommonItems(Templateiser& ts) {
27 userInfo = new UserInfo(ts);
28 serverError = new ServerError(ts);
29 gameInfo = new GameInfo(ts);
30}
31
32void freeCommonItems(void) {
33 delete(userInfo);

Callers 1

initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected