Differences From Artifact [edf43e2b05]:
- File edit.c — part of check-in [2da745c85b] at 2019-02-10 18:10:47 on branch trunk — Allow left and right arrow keys in class select menu to select which image (user: user, size: 10549) [annotate] [blame] [check-ins using]
To Artifact [3d325ead70]:
- File edit.c — part of check-in [9d982f0655] at 2020-10-20 23:21:48 on branch trunk — Add game.c file (not implemented much) (user: user, size: 10619) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | + + + + | #if 0 gcc ${CFLAGS:--s -O2} -c -Wno-multichar edit.c `sdl-config --cflags` exit #endif /* This program is part of Free Hero Mesh and is public domain. */ #include "SDL.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include "sqlite3.h" #include "smallxrm.h" |
︙ |