Newer
Older
ubixos / src / lib / views / sunlight / include / sStyle.h
@reddawg reddawg on 18 Jun 2004 118 bytes UbixOS PreRelease
#ifndef SSTYLE_H
#define SSTYLE_H

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