Nicolas Winkler 7 years ago
parent
commit
d5647c78c8
1 changed files with 11 additions and 0 deletions
  1. 11 0
      src/Util.h

+ 11 - 0
src/Util.h

@@ -0,0 +1,11 @@
+#ifndef CHESSY_UTIL_H
+#define CHESSY_UTIL_H
+
+
+#define NDEBUG
+
+#include <cassert>
+
+
+
+#endif // CHESSY_UTIL_H