VVVVVV/desktop_version/src/Unused.h

7 lines
92 B
C

#ifndef UNUSED_H
#define UNUSED_H
#define UNUSED(expr) (void)(expr)
#endif /* UNUSED_H */