handmade/include/unused.h
Bubblegumdrop 46b2ed80ae Initial commit.
Another nuke! This time, trying to do a client <-> server thing.

Also a bit of messing with Lua.
2022-01-02 19:28:16 -05:00

8 lines
80 B
C

#pragma once
#ifdef UNUSED
#undef UNUSED
#endif
#define UNUSED(x) ((void)(x))