LaserTank path to file fix

git-svn-id: svn://kolibrios.org@5281 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
ZblCoder 2014-12-28 20:52:04 +00:00
parent 78936b674f
commit b3e5e9a448
4 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
#include <kosSyst.h>
#include <kosFile.h>
#include <sprintf.cpp>
#include <func.h>
#include "smalllibc/kosSyst.h"
#include "smalllibc/kosFile.h"
#include "smalllibc/sprintf.cpp"
#include "smalllibc/func.h"
#include "render.h"
#include "image.h"

View File

@ -1,6 +1,6 @@
#include "kosSyst.h"
#include "smalllibc/kosSyst.h"
#include "render.h"
#include <func.h>
#include "smalllibc/func.h"
#include "image.h"
//#include "mymath.h"

View File

@ -1,4 +1,4 @@
#include <kosSyst.h>
#include "smalllibc/kosSyst.h"
#define DRAW_NONE 0
#define DRAW_ALPHA 1

View File

@ -1,4 +1,4 @@
#include "kosSyst.h"
#include "smalllibc/kosSyst.h"
#include "render.h"
CKosRender::CKosRender(int width, int height)