Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 31abe9b718384a0abc2888edf421e3a9 > files > 169

lib64allegro-devel-4.4.2-4.mga4.x86_64.rpm

#ifndef		__DEMO_CREDITS_H__
#define		__DEMO_CREDITS_H__

#include <allegro.h>

void init_credits(void);
void update_credits(void);
void draw_credits(BITMAP * canvas);
void destroy_credits(void);


#endif				/* __DEMO_CREDITS_H__ */