/* * This software is licensed under the terms of the MIT-License * See COPYING for further information. * --- * Copyright (c) 2011-2017, Lukas Weber . * Copyright (c) 2012-2017, Andrei Alexeyev . */ #pragma once void credits_loop(void); void credits_add(char*, int); void credits_preload(void); #define CREDITS_ENTRY_FADEIN 200.0 #define CREDITS_ENTRY_FADEOUT 100.0 #define CREDITS_YUKKURI_SCALE 0.5 #define CREDITS_FADEOUT 120