Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2797 → Rev 2842

/programs/games/clicks/trunk/lib/kolibri.h
94,7 → 94,7
 
//------------------------------------------------------------------------------
 
char buffer[11]="";
char buffer[11];
inline fastcall dword IntToStr(dword ESI)
{
$mov edi, #buffer
223,7 → 223,7
$int 0x40
}
 
inline fastcall dword WriteDebug(dword EDX)
inline fastcall dword debug(dword EDX)
{
$push ebx
$push ecx