tmw/src/net/messagein.cpp File Reference

#include "net/messagein.h"
#include <SDL.h>
#include <SDL_endian.h>

Go to the source code of this file.

Defines

#define MAKEWORD(low, high)


Define Documentation

#define MAKEWORD ( low,
high   ) 

Value:

((unsigned short)(((unsigned char)(low)) | \
    ((unsigned short)((unsigned char)(high))) << 8))

Definition at line 31 of file messagein.cpp.


Generated on Sun Apr 26 17:30:42 2009 for The Mana World by  doxygen 1.5.5