9e957d466f
Server listens correctly with threads and stdin reader thread. Client does nothing currently gutting UDP_Write for a UDPbase class introduced in this commit.
8 lines
85 B
C
8 lines
85 B
C
#pragma once
|
|
|
|
#include <SDL_events.h>
|
|
|
|
enum {
|
|
PACKET_SDL_EVENT = SDL_USEREVENT,
|
|
};
|