You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
238 B
15 lines
238 B
|
5 years ago
|
#include "dvlnet/base_protocol.h"
|
||
|
|
|
||
|
|
#include <algorithm>
|
||
|
|
#include <SDL.h>
|
||
|
|
|
||
|
|
#ifdef USE_SDL1
|
||
|
5 years ago
|
#include "utils/sdl2_to_1_2_backports.h"
|
||
|
5 years ago
|
#endif
|
||
|
|
|
||
|
|
namespace devilution {
|
||
|
|
namespace net {
|
||
|
|
|
||
|
|
} // namespace net
|
||
|
|
} // namespace devilution
|