taisei/src/stage.h
laochailan fbccb951c1 architecture for shader & boss shader
I didn't think about it. I just. wrote. and it looked like I wanted it to be. yay.
2011-04-25 19:40:21 +02:00

20 lines
No EOL
339 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 STAGE_H
#define STAGE_H
void stage_start();
void stage_logic();
void stage_draw();
void stage_input();
void stage_end();
void apply_bg_shaders();
#endif