]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blob - Constructor/cisternptywnd.h
2429af452dba3bd318c0a539acf65e77d8e6a5fd
[z.facultad/75.42/plaqui.git] / Constructor / cisternptywnd.h
1 //cisternptywnd.h
2
3 #ifndef _CISTERNPTYWND_H_
4 #define _CISTERNPTYWND_H_
5
6 #include "propertywnd.h"
7
8 class CisternPtyWnd : public PropertyWnd{
9         public:
10                 CisternPtyWnd();
11                 virtual ~CisternPtyWnd();
12         protected:
13                 
14         
15 };
16
17 #endif