taisei/src/stages/stage3.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 STAGE3_H
#define STAGE3_H
#include "stage.h"
extern StageProcs stage3_procs;
extern StageProcs stage3_spell_procs;
extern AttackInfo stage3_spells[];
#endif