summaryrefslogtreecommitdiff
path: root/src/enet/types.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-08-24 20:27:37 +0300
committerAndrei Karas <akaras@inbox.ru>2011-08-24 20:27:37 +0300
commit5c7971dba41580ec0eeb69133b11f717dd5317ac (patch)
tree662f92518db5393581c7dd9e0444e2ff23e5d017 /src/enet/types.h
parent3689ea3de59012d8abee08431b802cec81ba76e9 (diff)
downloadmanaplus-5c7971dba41580ec0eeb69133b11f717dd5317ac.tar.gz
manaplus-5c7971dba41580ec0eeb69133b11f717dd5317ac.tar.bz2
manaplus-5c7971dba41580ec0eeb69133b11f717dd5317ac.tar.xz
manaplus-5c7971dba41580ec0eeb69133b11f717dd5317ac.zip
Remove embeded guichan.
Add cmake deps for system wide guichan.
Diffstat (limited to 'src/enet/types.h')
-rw-r--r--src/enet/types.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/enet/types.h b/src/enet/types.h
deleted file mode 100644
index ab010a4b1..000000000
--- a/src/enet/types.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- @file types.h
- @brief type definitions for ENet
-*/
-#ifndef __ENET_TYPES_H__
-#define __ENET_TYPES_H__
-
-typedef unsigned char enet_uint8; /**< unsigned 8-bit type */
-typedef unsigned short enet_uint16; /**< unsigned 16-bit type */
-typedef unsigned int enet_uint32; /**< unsigned 32-bit type */
-
-#endif /* __ENET_TYPES_H__ */
-