taisei/src/credits.h

19 lines
422 B
C
Raw Normal View History

2012-08-05 03:36:55 +02:00
/*
* This software is licensed under the terms of the MIT-License
* See COPYING for further information.
* ---
* Copyright (C) 2011, Lukas Weber <laochailan@web.de>
* Copyright (C) 2012, Alexeyew Andrew <http://akari.thebadasschoobs.org/>
*/
#ifndef CREDITS_H
#define CREDITS_H
void credits_loop(void);
2012-08-05 23:27:34 +02:00
void credits_add(char*, int);
2012-08-05 03:36:55 +02:00
#define CREDITS_ENTRY_FADEIN 200.0
#define CREDITS_ENTRY_FADEOUT 100.0
#endif