|
Crossfire Client, Trunk
R18666
|
#include <cconfig.h>#include <config.h>#include <stdio.h>#include <stdlib.h>#include <sys/types.h>#include <time.h>

Go to the source code of this file.
Data Structures | |
| struct | TextManager |
Defines | |
| #define | FALSE 0 |
| #define | TRUE 1 |
| #define | SOL_TCP IPPROTO_TCP |
| #define | MAX_BUF 256 |
| #define | BIG_BUF 1024 |
Typedefs | |
| typedef unsigned int | uint32 |
| typedef signed int | sint32 |
| typedef unsigned short | uint16 |
| typedef signed short | sint16 |
| typedef unsigned char | uint8 |
| typedef signed char | sint8 |
| typedef void(* | ExtTextManager )(int flag, int type, int subtype, char *message) |
| typedef struct TextManager | TextManager |
Definition in file client-types.h.
| #define BIG_BUF 1024 |
Definition at line 138 of file client-types.h.
| #define FALSE 0 |
Definition at line 73 of file client-types.h.
| #define MAX_BUF 256 |
Definition at line 137 of file client-types.h.
| #define SOL_TCP IPPROTO_TCP |
Definition at line 133 of file client-types.h.
| #define TRUE 1 |
Definition at line 76 of file client-types.h.
| typedef void(* ExtTextManager)(int flag, int type, int subtype, char *message) |
Definition at line 142 of file client-types.h.
| typedef signed short sint16 |
Definition at line 85 of file client-types.h.
| typedef signed int sint32 |
Definition at line 83 of file client-types.h.
| typedef signed char sint8 |
Definition at line 87 of file client-types.h.
| typedef struct TextManager TextManager |
| typedef unsigned short uint16 |
Definition at line 84 of file client-types.h.
| typedef unsigned int uint32 |
Definition at line 82 of file client-types.h.
| typedef unsigned char uint8 |
Definition at line 86 of file client-types.h.
1.7.6.1