X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fpalettec.c;h=09b259450676ebd1f7002764f44c4a18d7b5353a;hb=af875dfcdc2c548fe4e44a68c54d8bf34fd17480;hp=630d7b35400339ad374b1936707d9b5880a1ab11;hpb=f66b2c6a16e6f6c2c9c07a39d1855b5ea178fead;p=16.git diff --git a/src/palettec.c b/src/palettec.c index 630d7b35..09b25945 100644 --- a/src/palettec.c +++ b/src/palettec.c @@ -1,16 +1,16 @@ -#include "src\lib\modex16.h" +#include "src/lib/modex16.h" void main() { - byte *pal; + byte *pal; - modexEnter(); + modexEnter(); - pal = modexNewPal(); - modexPalSave(pal); + pal = modexNewPal(); + modexPalSave(pal); - modexSavePalFile("gfx.pal", pal); + modexSavePalFile("gfx.pal", pal); - modexLeave(); + modexLeave(); }