Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7481 → Rev 7482

/programs/games/rforces/trunk/kosSyst.cpp
772,16 → 772,6
}
}
 
// 48.4 get windows title bar height
Dword kos_GetSkinHeight( Dword * handle )
{
__asm{
mov eax, 48
mov ebx, 4
int 0x40
}
}
 
// ôóíêöèÿ 38 íàðèñîâàòü ïîëîñó
void kos_DrawLine( Word x1, Word y1, Word x2, Word y2, Dword colour )
{
874,6 → 864,15
}
}
 
// 48.4 get windows title bar height
Dword kos_GetSkinHeight()
{
__asm{
mov eax, 48
mov ebx, 4
int 0x40
}
}
 
// ôóíêöèÿ 70 äîñòóï ê ôàéëîâîé ñèñòåìå
Dword kos_FileSystemAccess( kosFileInfo *fileInfo )
/programs/games/rforces/trunk/kosSyst.h
205,6 → 205,8
eNumberBase nBase = nbDecimal,
bool valueIsPointer = false
);
// 48.4 get windows title bar height
Dword kos_GetSkinHeight();
// ôóíêöèÿ 58 äîñòóï ê ôàéëîâîé ñèñòåìå
Dword kos_FileSystemAccess( kosFileInfo *fileInfo );
// ôóíêöèÿ 63