X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/07f4e929e15451f6af8ec4d941bcee6742917d0d..c9f8c0bc99fea35db2944e60ef14441c2c056746:/Constructor/cistern.h diff --git a/Constructor/cistern.h b/Constructor/cistern.h index 3dca543..1bb290c 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,9 +17,10 @@ class Cistern : public CItem { double get_capacidad(); void set_contenido_inicial(double _ini); double get_contenido_inicial(); + virtual void save(FILE *archivo); + virtual bool check_connection(); protected: double capacidad, contenido_inicial; - int imgActual; Glib::RefPtr imageE; // 0 Glib::RefPtr imageO; // 1 Glib::RefPtr null;