SLikeNet
0.1.3
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
GetTime.h
Go to the documentation of this file.
1
/*
2
* Original work: Copyright (c) 2014, Oculus VR, Inc.
3
* All rights reserved.
4
*
5
* This source code is licensed under the BSD-style license found in the
6
* RakNet License.txt file in the licenses directory of this source tree. An additional grant
7
* of patent rights can be found in the RakNet Patents.txt file in the same directory.
8
*
9
*
10
* Modified work: Copyright (c) 2017, SLikeSoft UG (haftungsbeschränkt)
11
*
12
* This source code was modified by SLikeSoft. Modifications are licensed under the MIT-style
13
* license found in the license.txt file in the root directory of this source tree.
14
*/
15
19
20
21
#ifndef __GET_TIME_H
22
#define __GET_TIME_H
23
24
#include "
Export.h
"
25
#include "
time.h
"
// For SLNet::TimeMS
26
27
namespace
SLNet
28
{
31
SLNet::Time
RAK_DLL_EXPORT
GetTime
(
void
);
32
35
SLNet::TimeMS
RAK_DLL_EXPORT
GetTimeMS
(
void
);
36
39
SLNet::TimeUS
RAK_DLL_EXPORT
GetTimeUS
(
void
);
40
42
extern
RAK_DLL_EXPORT
bool
GreaterThan
(
SLNet::Time
a,
SLNet::Time
b);
44
extern
RAK_DLL_EXPORT
bool
LessThan
(
SLNet::Time
a,
SLNet::Time
b);
45
}
46
47
#endif
Source
include
slikenet
GetTime.h
Generated on Wed Aug 14 2019 22:09:46 for SLikeNet by
1.8.2