Subversion Repositories Kolibri OS

Rev

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

Rev 7970 Rev 7972
Line 10... Line 10...
10
	bool reset();
10
	bool reset();
11
	bool parse_params();
11
	bool parse_params();
12
	bool get_next_param();
12
	bool get_next_param();
13
	dword get_value_of();
13
	dword get_value_of();
14
} tag;
14
} tag=0;
15
 
15
 
Line 16... Line 16...
16
bool _tag::is(dword _text) 
16
bool _tag::is(dword _text) 
17
{ 
17
{ 
18
	if ( !strcmp(#tag.name, _text) ) {
18
	if ( !strcmp(#tag.name, _text) ) {
19
		return true;
19
		return true;