comparison tools/64vw.c @ 2204:cbac4912992c

Add new module "lib64util", and move some functions there from lib64gfx that do not strictly belong.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 14 Jun 2019 03:24:24 +0300
parents 455a3849b8ac
children 90ec1ec89c56
comparison
equal deleted inserted replaced
2203:b259312ddb59 2204:cbac4912992c
7 */ 7 */
8 #include "dmlib.h" 8 #include "dmlib.h"
9 #include "dmargs.h" 9 #include "dmargs.h"
10 #include "dmfile.h" 10 #include "dmfile.h"
11 #include "lib64gfx.h" 11 #include "lib64gfx.h"
12 #include "lib64util.h"
12 #include <SDL.h> 13 #include <SDL.h>
13 14
14 15
15 #define SET_SKIP_AMOUNT 10 16 #define SET_SKIP_AMOUNT 10
16 17