Mana
Loading...
Searching...
No Matches
Namespaces | Macros
messagein.cpp File Reference
#include "net/tmwa/messagein.h"
#include "being.h"
#include "net/tmwa/protocol.h"
#include <SDL_endian.h>

Go to the source code of this file.

Namespaces

namespace  TmwAthena
 Warning: buffers and other variables are shared, so there can be only one connection active at a time.
 

Macros

#define MAKEWORD(low, high)
 

Macro Definition Documentation

◆ MAKEWORD

#define MAKEWORD (   low,
  high 
)
Value:
((unsigned short)(((unsigned char)(low)) | \
((unsigned short)((unsigned char)(high))) << 8))

Definition at line 30 of file messagein.cpp.