Artifact 7c6d309993142b6ba616c3184ef59d376b7ef69e:
- File exec.c — part of check-in [9ffad27cd3] at 2018-06-22 07:17:54 on branch trunk — Add exec.c (moving some things from main.c); add definitions for exec.c in heromesh.h; also add a macro tracing option. (user: user, size: 297) [annotate] [blame] [check-ins using]
#if 0 gcc ${CFLAGS:--s -O2} -c exec.c `sdl-config --cflags` exit #endif #include "SDL.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include "sqlite3.h" #include "smallxrm.h" #include "heromesh.h" Uint32 generation_number; Object*objects; Uint32 nobjects; Value globals[0x800];