Subversion Repositories Kolibri OS

Rev

Rev 5281 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5281 Rev 5296
Line 19... Line 19...
19
	~CKosImage(void);
19
	~CKosImage(void);
Line 20... Line 20...
20
 
20
 
21
	void Draw(Point position, float angle, RGB color);
21
	void Draw(Point position, float angle, RGB color);
22
	void Draw(Point position, float angle);
22
	void Draw(Point position, float angle);
-
 
23
	void Draw(Point position, float angle, int frame);
23
	void Draw(Point position, float angle, int frame);
24
	void Draw(Point position, float angle, int frame, RGB color);
24
	void SetMode(int mode);
25
	void SetMode(int mode);
25
	void SetFrameSize(int width, int height);
26
	void SetFrameSize(int width, int height);
26
protected:
27
protected:
27
	CKosRender *render;
28
	CKosRender *render;