|
Atrinik Client 2.5
|
#include <SDL.h>#include <SDL_main.h>#include <SDL_image.h>#include <SDL_ttf.h>#include <curl/curl.h>#include <zlib.h>#include <math.h>#include <config.h>#include <stdarg.h>#include <stdlib.h>#include <string.h>#include <errno.h>#include <ctype.h>#include <sys/types.h>#include <sys/stat.h>#include <signal.h>#include <porting.h>#include <version.h>#include <item.h>#include <text.h>#include <curl.h>#include <book.h>#include <commands.h>#include <main.h>#include <client.h>#include <effects.h>#include <sprite.h>#include <widget.h>#include <textwin.h>#include <player.h>#include <party.h>#include <misc.h>#include <event.h>#include <ignore.h>#include <sound.h>#include <map.h>#include <scripts.h>#include <inventory.h>#include <menu.h>#include <list.h>#include <button.h>#include <popup.h>#include <server_settings.h>#include <server_files.h>#include <image.h>#include <settings.h>#include <keybind.h>#include <binreloc.h>#include <sha1.h>#include <progress.h>#include <updater.h>#include <proto.h>Go to the source code of this file.
Defines | |
| #define | __attribute__(x) |
| #define | MIN(x, y) ((x) < (y) ? (x) : (y)) |
| #define | MAX(x, y) ((x) > (y) ? (x) : (y)) |
| #define | FABS(x) ((x) < 0 ? -(x) : (x)) |
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 enum LogLevel | LogLevel |
Enumerations | |
| enum | LogLevel { llevError, llevBug, llevDebug, llevInfo } |
The main include file, included by most C files.
Definition in file global.h.
1.7.4