view src/ploki/main_var.h @ 5829:a062ac5f3fc0

<oerjan> addquote <Jafet> Some people, when confronted with a problem, think "I know, I\'ll use the Banach-Tarski theorem."
author HackBot
date Sat, 11 Jul 2015 03:47:27 +0000
parents ac0403686959
children
line wrap: on
line source

#ifndef MAIN_VAR_H_
#define MAIN_VAR_H_

#include "variable.h"

extern t_vr_container *Var_plain, *Var_hash;

#endif /* MAIN_VAR_H_ */