15 lines
280 B
C
15 lines
280 B
C
#include <sparrow3d.h>
|
|
|
|
int calc_test ( Uint32 );
|
|
void draw_test ( void );
|
|
void resize ( Uint16, Uint16 );
|
|
|
|
int init ( void );
|
|
|
|
void init_fonts ( void );
|
|
void init_sparrow3d ( void );
|
|
void init_sounds ( void );
|
|
void init_test_menu ( struct eMenu* );
|
|
|
|
int cleanup ( void );
|