#ifndef _BANNER_H
#define _BANNER_H

#include "orcd.h"

void bannerDraw(orcd_t *orcd);

#endif
