diff --git a/programs/games/LaserTank/trunk/LaserTank.cpp b/programs/games/LaserTank/trunk/LaserTank.cpp index ea332e0b0e..968d5c6f7b 100644 --- a/programs/games/LaserTank/trunk/LaserTank.cpp +++ b/programs/games/LaserTank/trunk/LaserTank.cpp @@ -1,7 +1,7 @@ -#include -#include -#include -#include +#include "smalllibc/kosSyst.h" +#include "smalllibc/kosFile.h" +#include "smalllibc/sprintf.cpp" +#include "smalllibc/func.h" #include "render.h" #include "image.h" diff --git a/programs/games/LaserTank/trunk/image.cpp b/programs/games/LaserTank/trunk/image.cpp index 919f860182..37b39c8930 100644 --- a/programs/games/LaserTank/trunk/image.cpp +++ b/programs/games/LaserTank/trunk/image.cpp @@ -1,6 +1,6 @@ -#include "kosSyst.h" +#include "smalllibc/kosSyst.h" #include "render.h" -#include +#include "smalllibc/func.h" #include "image.h" //#include "mymath.h" diff --git a/programs/games/LaserTank/trunk/image.h b/programs/games/LaserTank/trunk/image.h index d634a775f1..25e71d043e 100644 --- a/programs/games/LaserTank/trunk/image.h +++ b/programs/games/LaserTank/trunk/image.h @@ -1,4 +1,4 @@ -#include +#include "smalllibc/kosSyst.h" #define DRAW_NONE 0 #define DRAW_ALPHA 1 diff --git a/programs/games/LaserTank/trunk/render.cpp b/programs/games/LaserTank/trunk/render.cpp index 087710ee92..3770861ebb 100644 --- a/programs/games/LaserTank/trunk/render.cpp +++ b/programs/games/LaserTank/trunk/render.cpp @@ -1,4 +1,4 @@ -#include "kosSyst.h" +#include "smalllibc/kosSyst.h" #include "render.h" CKosRender::CKosRender(int width, int height)