46b2ed80ae
Another nuke! This time, trying to do a client <-> server thing. Also a bit of messing with Lua.
8 lines
80 B
C
8 lines
80 B
C
#pragma once
|
|
|
|
#ifdef UNUSED
|
|
#undef UNUSED
|
|
#endif
|
|
|
|
#define UNUSED(x) ((void)(x))
|