X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=sim%2Fucsim%2Fsim.src%2Fhwcl.h;h=297ffb98233db69d63bec7b6883fd3e1d47bd1d2;hb=f27cbdc6513b26748661452e50ed3af99fac16a2;hp=0efce2e6997200b653b5224fd32cc136c87385f4;hpb=4c3872ef27c1263faae7d9b85c1821381646ece8;p=fw%2Fsdcc diff --git a/sim/ucsim/sim.src/hwcl.h b/sim/ucsim/sim.src/hwcl.h index 0efce2e6..297ffb98 100644 --- a/sim/ucsim/sim.src/hwcl.h +++ b/sim/ucsim/sim.src/hwcl.h @@ -1,5 +1,5 @@ /* - * Simulator of microcontrollers (hwcl.h) + * Simulator of microcontrollers (sim.src/hwcl.h) * * Copyright (C) 1999,99 Drotos Daniel, Talker Bt. * @@ -27,17 +27,18 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA /* Abstract hw element. It can be a timer, serial line or whatever */ -#ifndef HWCL_HEADER -#define HWCL_HEADER +#ifndef SIM_HWCL_HEADER +#define SIM_HWCL_HEADER #include "stypes.h" #include "pobjcl.h" #include "uccl.h" +#include "guiobjcl.h" #include "newcmdcl.h" -class cl_hw: public cl_base +class cl_hw: public cl_guiobj { public: int flags;