pull/245/merge
Tim Varley 3 years ago committed by GitHub
commit 595f02058e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      olcPixelGameEngine.h

@ -418,7 +418,9 @@ int main()
#define olcT(s) s
#endif
#define UNUSED(x) (void)(x)
#if ! defined(UNUSED)
#define UNUSED(x) (void)(x)
#endif
// O------------------------------------------------------------------------------O
// | PLATFORM SELECTION CODE, Thanks slavka! |

Loading…
Cancel
Save