diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-07-06 11:21:21 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-07-06 11:21:21 +0000 |
| commit | 9d632dd826c8a312095de0f56df66b2580d336cb (patch) | |
| tree | 3fdde543c94323d6c698d278a58bf18e3c385776 /src/engine/e_if_client.h | |
| parent | 3705064b109580103a3d13f44693503da9927281 (diff) | |
| download | zcatch-9d632dd826c8a312095de0f56df66b2580d336cb.tar.gz zcatch-9d632dd826c8a312095de0f56df66b2580d336cb.zip | |
major update. server clean up and much added documentation
Diffstat (limited to 'src/engine/e_if_client.h')
| -rw-r--r-- | src/engine/e_if_client.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/engine/e_if_client.h b/src/engine/e_if_client.h index e06d3e6b..280edf1a 100644 --- a/src/engine/e_if_client.h +++ b/src/engine/e_if_client.h @@ -3,6 +3,10 @@ #define ENGINE_IF_CLIENT_H /* + Title: Client Interface +*/ + +/* Section: Constants */ @@ -21,7 +25,6 @@ enum CLIENTSTATE_ONLINE, CLIENTSTATE_QUITING, - /* Constants: Image Formats IMG_AUTO - Lets the engine choose the format. IMG_RGB - 8-Bit uncompressed RGB |