00001 // $Id: line.h,v 1.10 2008/02/13 22:48:04 natet Exp $ 00002 00003 #ifndef _OVERHEADLINE_H 00004 #define _OVERHEADLINE_H 00005 00006 class overhead_line : public line 00007 { 00008 public: 00009 static CLASS *oclass; 00010 static CLASS *pclass; 00011 static overhead_line *defaults; 00012 public: 00013 void recalc(void); 00014 public: 00015 int init(void); 00016 overhead_line(MODULE *mod); 00017 int isa(char *classname); 00018 int create(void); 00019 }; 00020 00021 #endif // _OVERHEADLINE_H