X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/44b4462a9330a34738100db1408ba6517a29a299..c9f8c0bc99fea35db2944e60ef14441c2c056746:/Constructor/cistern.h diff --git a/Constructor/cistern.h b/Constructor/cistern.h index 7b552d2..1bb290c 100644 --- a/Constructor/cistern.h +++ b/Constructor/cistern.h @@ -18,9 +18,9 @@ class Cistern : public CItem { 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;