Newer
Older
ubixos-old / src / lib / views / sunlight / include / sStyle.h
@reddawg reddawg on 15 Apr 2004 118 bytes UbixOS v1.0
#ifndef SSTYLE_H
#define SSTYLE_H

class sStyle {
  protected:
  public:
  virtual ~sStyle(void);
}; // sStyle
#endif