#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 MAKEWORD | ( | low, | |||
high | ) |
Value:
((unsigned short)(((unsigned char)(low)) | \ ((unsigned short)((unsigned char)(high))) << 8))
Definition at line 31 of file messagein.cpp.