|
XenevaOS
|
#include <stdint.h>#include <stdio.h>#include <unistd.h>#include <sys/time.h>#include <sys/_ketty.h>#include <sys/_kefile.h>#include <sys/iocodes.h>
Classes | |
| struct | Star |
Macros | |
| #define | STAR_COUNT 12 |
Functions | |
| void | StarsInit (int cols, int rows) |
| void | StarsDraw (int tick) |
| void | StarsErase () |
| void | StarsRun (int cols, int rows, int frames) |
| int | main (int argc, char *argv[]) |
| #define STAR_COUNT 12 |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| void StarsDraw | ( | int | tick | ) |
| void StarsErase | ( | ) |
| void StarsInit | ( | int | cols, |
| int | rows | ||
| ) |
| void StarsRun | ( | int | cols, |
| int | rows, | ||
| int | frames | ||
| ) |