
#ifndef __MCODE_H__
#define __MCODE_H__

int mc_fill_rectangle(unsigned short *start, int x, int y, int pixelsperline, unsigned short colour);

#endif
