Nicolas Winkler hace 7 años
padre
commit
d5647c78c8
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  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