KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
sinus.c File Reference
#include <kos.h>
#include <math.h>
#include <plx/texture.h>
#include <plx/context.h>
#include <plx/prim.h>

Functions

 KOS_INIT_FLAGS (INIT_DEFAULT|INIT_MALLOCSTATS)
 
void drawbar (float y, float z, float r, float g, float b)
 
int main (int argc, char **argv)
 

Function Documentation

◆ drawbar()

void drawbar ( float y,
float z,
float r,
float g,
float b )

References r, y, and z.

Referenced by main().

◆ KOS_INIT_FLAGS()

KOS_INIT_FLAGS ( INIT_DEFAULT| INIT_MALLOCSTATS)

◆ main()