tavli

view src/scenery.h @ 24:0aadb519b5ee

correct highlighting
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 08 Jul 2015 15:11:58 +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_