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

Method WriteCommentHeader

source/core/gameconfigfile.cpp:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void FGameConfigFile::WriteCommentHeader (FileWriter *file) const
200{
201 file->Printf ("# This file was generated by " GAMENAME " %s\n", GetVersionString());
202}
203
204void FGameConfigFile::DoAutoloadSetup (/*FIWadManager *iwad_man*/)
205{

Callers

nothing calls this directly

Calls 2

GetVersionStringFunction · 0.85
PrintfMethod · 0.80

Tested by

no test coverage detected