MCPcopy Create free account
hub / github.com/JACoders/OpenJK / SG_UnixTimestamp

Function SG_UnixTimestamp

code/server/sv_savegame.cpp:706–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704}
705
706static unsigned int SG_UnixTimestamp ( const time_t& t )
707{
708 return static_cast<unsigned int>(t);
709}
710
711static void SG_WriteComment(qboolean qbAutosave, const char *psMapName)
712{

Callers 1

SG_WriteCommentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected