summaryrefslogtreecommitdiff
path: root/include/main.h
blob: f8f8e6c8fc05755fe74b3946c193b0a666ca3e0c (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