einstein/cpp-source/descr.h
2015-11-03 15:56:09 +01:00

13 lines
115 B
C

#ifndef __DESCR_H__
#define __DESCR_H__
#include "widgets.h"
void showDescription(Area *parentArea);
#endif