Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6052 → Rev 6176

/programs/cmm/lib/patterns/rgb.h
1,3 → 1,6
#ifndef INCLUDE_RGB_H
#define INCLUDE_RGB_H
#print "[include <rgb.h>]\n"
 
struct _rgb
{
37,3 → 40,5
 
return rgb_final.RgbToDword();
}
 
#endif