taisei/src/credits.h
Andrew "Akari" Alexeyew 4a8ef08639 Merge branch 'newmenu' into events
Conflicts:
	src/credits.c
2012-08-14 19:05:28 +03:00

21 lines
485 B
C

/*
* 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);
void credits_add(char*, int);
#define CREDITS_ENTRY_FADEIN 200.0
#define CREDITS_ENTRY_FADEOUT 100.0
#define CREDITS_YUKKURI_SCALE 0.5
#define CREDITS_FADEOUT 120
#endif