comparison stateview.c @ 1607:0174759e559f

Fix a couple of default targets
author Michael Pavone <pavone@retrodev.com>
date Thu, 02 Aug 2018 19:06:57 -0700
parents 32e95d6733a6
children 3602f3b20072
comparison
equal deleted inserted replaced
1606:aa7533000161 1607:0174759e559f
77 77
78 void handle_mouse_moved(int mouse, uint16_t x, uint16_t y, int16_t deltax, int16_t deltay) 78 void handle_mouse_moved(int mouse, uint16_t x, uint16_t y, int16_t deltax, int16_t deltay)
79 { 79 {
80 } 80 }
81 81
82 void controller_add_mappings()
83 {
84 }
85
82 tern_node * config; 86 tern_node * config;
83 int headless = 0; 87 int headless = 0;
84 88
85 int main(int argc, char ** argv) 89 int main(int argc, char ** argv)
86 { 90 {