liblash

A bianry tree implementation used for game development from scratch
git clone git://holbrook.no/liblash.git
Log | Files | Refs | LICENSE

debuglogmaster.c (127B)


      1 #define LASH_DEBUG_LOG_GLOBAL 1
      2 
      3 #include "../debug_log.h"
      4 
      5 int main() {
      6 	lash_debugLogInit(&lash_log_global, 1);
      7 	return 0;
      8 }