taisei/src/stages/stage5.h
2012-08-03 16:57:11 +02:00

13 lines
No EOL
237 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 STAGE5_H
#define STAGE5_H
void stage5_loop();
#endif