tavli

view src/scenery.h @ 18:986c0b76513f

shadows, not completed
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 29 Jun 2015 01:29:36 +0300
parents
children
line source
1 #ifndef SCENERY_H_
2 #define SCENERY_H_
4 bool init_scenery();
5 void destroy_scenery();
7 void draw_scenery();
9 #endif // SCENERY_H_