Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
GameInfo* gameInfo = NULL;
25
26
void initCommonItems(Templateiser& ts) {
27
userInfo = new UserInfo(ts);
28
serverError = new ServerError(ts);
29
gameInfo = new GameInfo(ts);
30
}
31
32
void freeCommonItems(void) {
33
delete(userInfo);
Callers
1
init
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected