Subversion Repositories Kolibri OS

Rev

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

Rev 7991 Rev 8008
Line 1... Line 1...
1
#include "..\TWB\colors.h"
1
#include "..\TWB\colors.h"
2
#include "..\TWB\anchors.h"
2
#include "..\TWB\anchors.h"
3
#include "..\TWB\parse_tag.h"
3
#include "..\TWB\parse_tag.h"
4
#include "..\TWB\special.h"
4
#include "..\TWB\special.h"
5
#include "..\TWB\img_cache.h"
5
#include "..\TWB\img.h"
6
#include "..\TWB\tag_list.h"
6
#include "..\TWB\tag_list.h"
7
dword page_bg;
7
dword page_bg;
8
dword link_color_default;
8
dword link_color_default;
9
dword link_color_active;
9
dword link_color_active;
10
#include "..\TWB\links.h"
10
#include "..\TWB\links.h"