mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-25 20:02:33 +01:00
32 lines
497 B
C++
32 lines
497 B
C++
|
#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;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|