REDRIVER2/src_rebuild/GAME/C/TIME.C

32 lines
497 B
C++
Raw Normal View History

#include "THISDUST.H"
#include "TIME.H"
// decompiled code
// original method signature:
// void /*$ra*/ GetTimeStamp(char *buffer /*$a0*/)
// line 5, offset 0x00081140
/* begin block 1 */
// Start line: 10
/* end block 1 */
// End Line: 11
/* begin block 2 */
// Start line: 11
/* end block 2 */
// End Line: 12
void GetTimeStamp(char *buffer)
{
if (buffer != (char *)0x0) {
sprintf(buffer,s__s__s_000aa9c4,s_Oct_16_2000_00011ea4,s_12_31_27_00011eb0);
}
return;
}