X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fdraw2.c;fp=Pico%2FDraw2.c;h=b2e6a7106bc005ac338555521d768f9250144059;hb=efcba75f8a730340df6c1b679a207723f98d1ee6;hp=054cee972ebd2db88e3c99041c3184fbe664a040;hpb=6a13ef3f56a80ac698d463f5d00235ea2a090f52;p=picodrive.git diff --git a/Pico/Draw2.c b/Pico/draw2.c similarity index 96% rename from Pico/Draw2.c rename to Pico/draw2.c index 054cee9..b2e6a71 100644 --- a/Pico/Draw2.c +++ b/Pico/draw2.c @@ -9,7 +9,7 @@ // this is a frame-based renderer, alternative to Dave's line based which is in Draw.c -#include "PicoInt.h" +#include "pico_int.h" // port_config.h include must define these 2 defines: // #define START_ROW 1 // which row of tiles to start rendering at?