14 lines
270 B
C
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
|