forked from KolibriOS/kolibrios
LaserTank path to file fix
git-svn-id: svn://kolibrios.org@5281 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
78936b674f
commit
b3e5e9a448
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <kosSyst.h>
|
||||
#include "smalllibc/kosSyst.h"
|
||||
|
||||
#define DRAW_NONE 0
|
||||
#define DRAW_ALPHA 1
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "kosSyst.h"
|
||||
#include "smalllibc/kosSyst.h"
|
||||
#include "render.h"
|
||||
|
||||
CKosRender::CKosRender(int width, int height)
|
||||
|
Loading…
Reference in New Issue
Block a user