X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/07f4e929e15451f6af8ec4d941bcee6742917d0d..44b4462a9330a34738100db1408ba6517a29a299:/Constructor/cistern.h?ds=sidebyside diff --git a/Constructor/cistern.h b/Constructor/cistern.h index 3dca543..7b552d2 100644 --- a/Constructor/cistern.h +++ b/Constructor/cistern.h @@ -1,9 +1,8 @@ #ifndef _CISTERN_H_ #define _CISTERN_H_ -#include "item.h" -#include "cisternptywnd.h" #include +#include "item.h" class CisternPtyWnd; @@ -18,6 +17,7 @@ class Cistern : public CItem { double get_capacidad(); void set_contenido_inicial(double _ini); double get_contenido_inicial(); + virtual void save(FILE *archivo); protected: double capacidad, contenido_inicial; int imgActual;