Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7482 → Rev 7481

/programs/games/rforces/trunk/kosSyst.cpp
772,6 → 772,16
}
}
 
// 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 )
{
864,15 → 874,6
}
}
 
// 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,8 → 205,6
eNumberBase nBase = nbDecimal,
bool valueIsPointer = false
);
// 48.4 get windows title bar height
Dword kos_GetSkinHeight();
// ôóíêöèÿ 58 äîñòóï ê ôàéëîâîé ñèñòåìå
Dword kos_FileSystemAccess( kosFileInfo *fileInfo );
// ôóíêöèÿ 63