one more try
This commit is contained in:
parent
5bba1a7084
commit
8a1e82b5c8
|
|
@ -17,6 +17,8 @@
|
|||
#include "pvector.h"
|
||||
#include "buffered_datagramreader.h"
|
||||
#include "buffered_datagramwriter.h"
|
||||
#include "config_nativenet.h"
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
// there are 3 states
|
||||
|
|
|
|||
|
|
@ -1,8 +1,11 @@
|
|||
#ifndef __BUFFEREDREADER_GM_H__
|
||||
#define __BUFFEREDREADER_GM_H__
|
||||
|
||||
|
||||
#include "ringbuffer.h"
|
||||
#include "datagram.h"
|
||||
#include "config_nativenet.h"
|
||||
|
||||
|
||||
inline unsigned short GetUnsignedShort(char * in)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue