Artifact 240eb74098740a5334c3782ff453279da83bf3b8:
- File edit.c — part of check-in [3f12058d2d] at 2018-10-07 04:25:13 on branch trunk — Make some improvements to compile script, and start edit.c (just a stub so far) (user: user, size: 306) [annotate] [blame] [check-ins using]
#if 0 gcc ${CFLAGS:--s -O2} -c edit.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" void run_editor(void) { fatal("[Editor not implemented yet]\n"); // so far just a stub }