Move C++ sources to the cpp-source directory

This commit is contained in:
Gergely Polonkai
2015-11-03 15:56:09 +01:00
parent 0c261c8313
commit be18004bec
72 changed files with 0 additions and 0 deletions

12
cpp-source/descr.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef __DESCR_H__
#define __DESCR_H__
#include "widgets.h"
void showDescription(Area *parentArea);
#endif