taisei/src/stages/stage1.h

19 lines
415 B
C
Raw Normal View History

/*
* This software is licensed under the terms of the MIT-License
* See COPYING for further information.
* ---
2017-09-12 03:28:15 +02:00
* Copyright (c) 2011-2017, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2017, Andrei Alexeyev <akari@alienslab.net>.
*/
#ifndef STAGE1_H
#define STAGE1_H
2017-02-26 13:17:48 +01:00
#include "stage.h"
2017-02-26 13:17:48 +01:00
extern StageProcs stage1_procs;
extern StageProcs stage1_spell_procs;
extern AttackInfo stage1_spells[];
#endif