46b2ed80ae
Another nuke! This time, trying to do a client <-> server thing. Also a bit of messing with Lua.
6 lines
59 B
C
6 lines
59 B
C
#pragma once
|
|
|
|
enum {
|
|
PACKET_SDL_EVENT = SDL_USEREVENT,
|
|
};
|