Browse Source

Update types.h

pull/4/head
galaxyhaxz 8 years ago committed by GitHub
parent
commit
d93b3ca253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      types.h

4
types.h

@ -42,6 +42,10 @@
#include "defs.h"
// temporarily enable debug features for all builds
#ifndef _DEBUG
#define _DEBUG
#endif
// If defined, use copy protection [Default -> Defined]
//#define COPYPROT
// If defined, don't reload for debuggers [Default -> Undefined]

Loading…
Cancel
Save