]> git.zerfleddert.de Git - micropolis/blobdiff - src/sim/g_bigmap.c
Enable warnings and fix them, all of them
[micropolis] / src / sim / g_bigmap.c
index d70225d5171c89f080ad1edaaec300958746a34e..55bb06f9e4741c71a1d055aa7ea29424203e9ae2 100644 (file)
 
 
 int dynamicFilter(int c, int r);
-int WireDrawBeegMapRect(SimView *view, short x, short y, short w, short h);
 
+void
 drawBeegMaps()
 {
   sim_update_editors();
 }
 
 
+void
 MemDrawBeegMapRect(SimView *view, int x, int y, int w, int h)
 {
   int lineBytes = view->line_bytes;
@@ -264,6 +265,7 @@ MemDrawBeegMapRect(SimView *view, int x, int y, int w, int h)
 }
 
 
+void
 WireDrawBeegMapRect(SimView *view, short x, short y, short w, short h)
 {
   unsigned short *map;
Impressum, Datenschutz