Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2796 → Rev 2797

/programs/games/clicks/trunk/lib/kolibri.h
52,11 → 52,13
 
void system_colors::get()
{
$push ecx
EAX = 48;
EBX = 3;
ECX = #frame;
EDX = 40;
$int 0x40
$pop ecx
}
 
//------------------------------------------------------------------------------