2015-05-11 17:38:41 -04:00

9 lines
119 B
C++

#ifndef _HELPER_H_
#define _HELPER_H_
#include "shared.h"
void print(Channel channel);
#endif // #ifndef _HELPER_H_