From b3e5e9a4485701767f080edd8208b4de463ef5cf Mon Sep 17 00:00:00 2001 From: ZblCoder Date: Sun, 28 Dec 2014 20:52:04 +0000 Subject: [PATCH] LaserTank path to file fix git-svn-id: svn://kolibrios.org@5281 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/games/LaserTank/trunk/LaserTank.cpp | 8 ++++---- programs/games/LaserTank/trunk/image.cpp | 4 ++-- programs/games/LaserTank/trunk/image.h | 2 +- programs/games/LaserTank/trunk/render.cpp | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) 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)