view src/ploki/main_io.h @ 5442:0680050a15e6

<oerjan> ` sed -i \'s/on .*/on EFnet or DALnet./\' wisdom/esoteric
author HackBot
date Sun, 07 Jun 2015 03:44:46 +0000
parents ac0403686959
children
line wrap: on
line source

#ifndef MAIN_IO_H_
#define MAIN_IO_H_

#include "IO.h"

extern IO *In, *Out, *Err;

#endif /* MAIN_IO_H_ */