taisei/src/stages/stage6.h
2012-08-10 23:08:51 +03:00

14 lines
270 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 STAGE6_H
#define STAGE6_H
void stage6_loop(void);
void start_fall_over(void);
#endif