13 lines
115 B
C
13 lines
115 B
C
#ifndef __DESCR_H__
|
|
#define __DESCR_H__
|
|
|
|
|
|
#include "widgets.h"
|
|
|
|
|
|
void showDescription(Area *parentArea);
|
|
|
|
|
|
#endif
|
|
|