KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
main.c File Reference
#include <kos.h>
#include <wav/sndwav.h>

Macros

#define LOOP   1
 

Functions

static void draw_instructions (int faucet_vol, int brushing_vol)
 
static cont_state_tget_cont_state ()
 
static int button_pressed (uint32_t current_buttons, uint32_t changed_buttons, uint32_t button)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ LOOP

#define LOOP   1

Referenced by main().

Function Documentation

◆ button_pressed()

static int button_pressed ( uint32_t current_buttons,
uint32_t changed_buttons,
uint32_t button )
static

Referenced by main().

◆ draw_instructions()

static void draw_instructions ( int faucet_vol,
int brushing_vol )
static

References bfont_draw_str(), bfont_draw_str_fmt(), color, vram_s, x, and y.

Referenced by main().

◆ get_cont_state()

static cont_state_t * get_cont_state ( )
static

◆ main()