MCPcopy Create free account
hub / github.com/ZDoom/Raze / RTS_Init

Function RTS_Init

source/core/rts.cpp:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72
73void RTS_Init(const char *filename)
74{
75 // Don't do anything before actually requesting some data from it.
76 // In most cases this is never ever used, so just remember the file name for later.
77 // This also simplifies initialization a lot because everything can just call this function and the last one wins.
78 RTSName = filename;
79}
80
81bool RTS_IsInitialized()
82{

Callers 3

gamecvars.cppFile · 0.85
ProcessOptionsMethod · 0.85
SetupGameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected