LRT13
1.0
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Network
NetUtil.h
1
#ifndef NETUTIL_H_
2
#define NETUTIL_H_
3
//sdf
4
#include "Includes.h"
5
#include <cmath>
6
7
namespace
Network
8
{
9
class
NetUtil
10
{
11
public
:
12
static
UINT32 PackFloat(
float
f);
13
static
float
UnpackFloat(UINT32 packed);
14
15
static
UINT64 PackDouble(
double
d);
16
static
double
UnpackDouble(UINT64 packed);
17
};
18
};
19
20
#endif
Generated on Thu Nov 28 2013 20:16:51 for LRT13 by
1.8.3