Subversion Repositories Kolibri OS

Rev

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

Rev 7227 Rev 7281
Line 24... Line 24...
24
#include "..\lib\patterns\history.h"
24
#include "..\lib\patterns\history.h"
25
//images
25
//images
26
byte letter_icons[sizeof(file "img/letter_icons.raw")] = FROM "img/letter_icons.raw";
26
byte letter_icons[sizeof(file "img/letter_icons.raw")] = FROM "img/letter_icons.raw";
27
#include "img/letter_icons.h"
27
#include "img/letter_icons.h"
Line -... Line 28...
-
 
28
 
-
 
29
struct mockup
-
 
30
{
-
 
31
	dword transfer;
-
 
32
} http = {0};
28
 
33
 
29
//connection algorithm
34
//connection algorithm
30
enum {
35
enum {
31
	STOP,
36
	STOP,
32
	RESOLVE,
37
	RESOLVE,