taisei/src/resource/bgm.h
2019-08-03 20:44:22 +03:00

20 lines
467 B
C

/*
* This software is licensed under the terms of the MIT License.
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
*/
#ifndef IGUARD_resource_bgm_h
#define IGUARD_resource_bgm_h
#include "taisei.h"
#include "resource.h"
extern ResourceHandler bgm_res_handler;
#define BGM_PATH_PREFIX "res/bgm/"
#endif // IGUARD_resource_bgm_h