comparison stateview.c @ 793:9aff36a172b2

Fix missing includes of util.h
author Michael Pavone <pavone@retrodev.com>
date Sun, 26 Jul 2015 01:09:05 -0700
parents 724bbec47f86
children 574495372d1c
comparison
equal deleted inserted replaced
792:724bbec47f86 793:9aff36a172b2
5 */ 5 */
6 #include <stdlib.h> 6 #include <stdlib.h>
7 #include <stdio.h> 7 #include <stdio.h>
8 #include "vdp.h" 8 #include "vdp.h"
9 #include "render.h" 9 #include "render.h"
10 #include "util.h"
10 #include "blastem.h" 11 #include "blastem.h"
11 12
12 //not used, but referenced by the renderer since it handles input 13 //not used, but referenced by the renderer since it handles input
13 io_port gamepad_1; 14 io_port gamepad_1;
14 io_port gamepad_2; 15 io_port gamepad_2;