ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/dclient/include/adt/types.h
Revision: 1.2
Committed: Sun Oct 24 20:31:36 2010 UTC (13 years, 9 months ago) by sf-pippijn
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
use EV and plain sockets instead of asio

File Contents

# Content
1 #include <cstdint>
2
3 typedef int8_t s08;
4 typedef uint8_t u08;
5 typedef int16_t s16;
6 typedef uint16_t u16;
7 typedef int32_t s32;
8 typedef uint32_t u32;
9 typedef int64_t s64;
10 typedef uint64_t u64;