13 lines
No EOL
237 B
C
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 |