taisei/src/stages/stage5.h
2017-02-26 14:17:48 +02:00

17 lines
342 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>
*/
#ifndef STAGE5_H
#define STAGE5_H
#include "stage.h"
extern StageProcs stage5_procs;
extern StageProcs stage5_spell_procs;
extern AttackInfo stage5_spells[];
#endif