Subversion Repositories Kolibri OS

Rev

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

Rev 5519 Rev 5598
Line -... Line 1...
-
 
1
#ifndef INCLUDE_DRAW_BUF_H
-
 
2
#define INCLUDE_DRAW_BUF_H
-
 
3
 
-
 
4
#ifndef INCLUDE_KOLIBRI_H
-
 
5
#include "../lib/kolibri.h"
-
 
6
#endif
Line 1... Line 7...
1
dword buf_data;
7
 
2
dword zbuf_data;
8
dword buf_data;
Line 147... Line 153...
147
		Zoom2x();
153
	{
148
		PutPaletteImage(zbuf_data+8, zbufw, zbufh, zbufx, zbufy, 32, 0);
154
		Zoom2x();
149
	}		
155
		PutPaletteImage(zbuf_data+8, zbufw, zbufh, zbufx, zbufy, 32, 0);
150
}
156
	}		
151
157
}
-
 
158
 
-
 
159
#endif
152
160