einstein/cpp-source/descr.h

13 lines
115 B
C
Raw Permalink Normal View History

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