This repository has been archived on 2026-04-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
original-mcpe-0.6.1/handheld/project/lib_projects/raknet/jni/RaknetSources/EpochTimeToString.h
2026-04-01 23:13:15 +02:00

16 lines
345 B
C

/// \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