onclick and datums

This commit is contained in:
Poojawa
2017-02-07 23:55:43 -06:00
parent 06e49c2df3
commit f6dfa820fd
8 changed files with 85 additions and 22 deletions
+6
View File
@@ -3,6 +3,12 @@
//#define TESTING //By using the testing("message") proc you can create debug-feedback for people with this
//uncommented, but not visible in the release version)
#ifdef TESTING
//#define GC_FAILURE_HARD_LOOKUP //makes paths that fail to GC call find_references before del'ing.
//Also allows for recursive reference searching of datums.
//Sets world.loop_checks to false and prevents find references from sleeping
#endif
#define PRELOAD_RSC 1 /*set to:
0 to allow using external resources or on-demand behaviour;
1 to use the default behaviour;