mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-19 22:43:32 +00:00
16 lines
345 B
C
Executable File
16 lines
345 B
C
Executable File
/// \file EpochTimeToString.h
|
|
///
|
|
/// This file is part of RakNet Copyright 2003 Jenkins Software LLC
|
|
///
|
|
/// Usage of RakNet is subject to the appropriate license agreement.
|
|
|
|
#ifndef __EPOCH_TIME_TO_STRING_H
|
|
#define __EPOCH_TIME_TO_STRING_H
|
|
|
|
#include "Export.h"
|
|
|
|
RAK_DLL_EXPORT char * EpochTimeToString(long long time);
|
|
|
|
#endif
|
|
|