Subversion Repositories Kolibri OS

Rev

Rev 5276 | Rev 5296 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5276 Rev 5281
Line 1... Line 1...
1
#include "kosSyst.h"
1
#include "smalllibc/kosSyst.h"
2
#include "render.h"
2
#include "render.h"
3
#include 
3
#include "smalllibc/func.h"
4
#include "image.h"
4
#include "image.h"
5
//#include "mymath.h"
5
//#include "mymath.h"
Line 6... Line 6...
6
 
6
 
7
CKosImage::CKosImage(CKosRender *render, RGBA *buffer, int width, int height)
7
CKosImage::CKosImage(CKosRender *render, RGBA *buffer, int width, int height)