13 lines
115 B
C
Raw Normal View History

2013-09-21 23:05:25 +02:00
#ifndef __DESCR_H__
#define __DESCR_H__
#include "widgets.h"
void showDescription(Area *parentArea);
#endif