Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3106 → Rev 3107

/programs/cmm/lib/figures.h
1,3 → 1,5
//#include "strings.h"
 
void DrawRectangle(dword x,y,width,height,color1)
{
DrawBar(x,y,width,1,color1);