view src/ploki/main_var.h @ 12301:40cbf2cbf821 draft

<fizzie> le/rn bug//Feel free to file bugs at https://github.com/fis/hackbot/issues
author HackEso <hackeso@esolangs.org>
date Tue, 07 Jan 2020 17:15:32 +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_ */