taisei/src/stages/stage1.h

19 lines
334 B
C
Raw Normal View History

/*
* 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 STAGE1_H
#define STAGE1_H
#include "boss.h"
void stage1_loop(void);
void stage1_spellpractice_loop(void);
extern AttackInfo stage1_spells[];
#endif