Pol
Revision:5a90827
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
pkthelper.h
Go to the documentation of this file.
1
7
#ifndef CLIB_PKTHELPER_H
8
#define CLIB_PKTHELPER_H
9
10
#include "
rawtypes.h
"
11
namespace
Pol
12
{
13
namespace
Clib
14
{
15
void
WritetoCharBuffer
(
char
*
buffer
,
u32
x,
unsigned
int
* offset );
16
void
WritetoCharBuffer
(
char
*
buffer
,
s32
x,
unsigned
int
* offset );
17
18
void
WritetoCharBuffer
(
char
*
buffer
,
u16
x,
unsigned
int
* offset );
19
void
WritetoCharBuffer
(
char
*
buffer
,
s16
x,
unsigned
int
* offset );
20
21
void
WritetoCharBuffer
(
char
*
buffer
,
u8
x,
unsigned
int
* offset );
22
void
WritetoCharBuffer
(
char
*
buffer
,
s8
x,
unsigned
int
* offset );
23
24
void
WritetoCharBufferFlipped
(
char
*
buffer
,
u32
x,
unsigned
int
* offset );
25
void
WritetoCharBufferFlipped
(
char
*
buffer
,
s32
x,
unsigned
int
* offset );
26
27
void
WritetoCharBufferFlipped
(
char
*
buffer
,
u16
x,
unsigned
int
* offset );
28
void
WritetoCharBufferFlipped
(
char
*
buffer
,
s16
x,
unsigned
int
* offset );
29
}
30
}
31
#endif // CLIB_PKTHELPER_H
u8
unsigned char u8
Definition:
rawtypes.h:25
rawtypes.h
u16
unsigned short u16
Definition:
rawtypes.h:26
Pol::UoTool::buffer
unsigned char buffer[10000]
Definition:
UoToolMain.cpp:100
u32
unsigned int u32
Definition:
rawtypes.h:27
s16
signed short s16
Definition:
rawtypes.h:30
s32
signed int s32
Definition:
rawtypes.h:31
s8
signed char s8
Definition:
rawtypes.h:29
Pol::Clib::WritetoCharBuffer
void WritetoCharBuffer(char *buffer, u32 x, unsigned int *offset)
Definition:
pkthelper.cpp:13
Pol::Clib::WritetoCharBufferFlipped
void WritetoCharBufferFlipped(char *buffer, u32 x, unsigned int *offset)
Definition:
pkthelper.cpp:51
Pol
Definition:
berror.cpp:11
clib
pkthelper.h
Generated on Sun Jan 15 2017 02:40:25 for Pol by
1.8.11