~ubuntu-branches/ubuntu/precise/gnome-games/precise-proposed

1
2
3
4
5
6
7
8
9
#ifndef _PROPERTIES_H_
#define _PROPERTIES_H_

extern int show_grid;

void load_properties (void);
void show_properties_dialog (void);

#endif