server/src/util/macros.h

3 lines
59 B
C
Raw Normal View History

#define UNUSED_ARG(x) (void)(x)
#define TOLUA_CAST (char*)