tavli

view src/scenery.h @ 22:c2a2069a49ec

slot highlighting, TODO blur
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 07 Jul 2015 21:56:37 +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_