summaryrefslogtreecommitdiff
path: root/main.h
blob: e7a730b8a469f037e86a2be5d34de85b317c0af3 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __MAIN_H__
#define __MAIN_H__
#include "hash.h"

extern _TableauVariable variables;
extern char mute;


#endif