Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 28 → Rev 29

/install/video.h
6,6 → 6,7
#ifndef VIDEO_H_SENTINEL
#define VIDEO_H_SENTINEL
 
int video_init(void);
void video_clear(unsigned short attr, int offset);
void video_putchar(int y, int x, unsigned short attr, int c);
void video_putcharmulti(int y, int x, unsigned short attr, int c, int repeat, int step);