OOStuBS - Technische Informatik II (TI-II)  2.4
cgastr.cc
gehe zur Dokumentation dieser Datei
1 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\
2  * Technische Informatik II *
3  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
4  * *
5  * C G A _ S T R E A M *
6  * *
7 \* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
8 
9 #include "device/cgastr.h"
10 
12  print (buffer, pos);
13  pos = 0;
14 }
15 
16 void CGA_Stream::setAttributes(int fgColor, int bgColor, bool blink){
17  CGA_Screen::setAttributes(fgColor, bgColor, blink);
18 }