MushOS  0.1
A UNIX-like OS prototype, written from scratch
Loading...
Searching...
No Matches
screen.h
1#ifndef MUSHOS_SCREEN_H
2#define MUSHOS_SCREEN_H
3
4#include "../../lib/base/generic.h"
5
6
7void clear_screen();
8void init_screen_io();
9
10#endif //MUSHOS_SCREEN_H