XenevaOS
Loading...
Searching...
No Matches
Classes | Macros | Functions
main.cpp File Reference
#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>
Include dependency graph for main.cpp:

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[])
 

Macro Definition Documentation

◆ STAR_COUNT

#define STAR_COUNT   12

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ StarsDraw()

void StarsDraw ( int  tick)

◆ StarsErase()

void StarsErase ( )

◆ StarsInit()

void StarsInit ( int  cols,
int  rows 
)

◆ StarsRun()

void StarsRun ( int  cols,
int  rows,
int  frames 
)