Newer
Older
ubixos / src / lib / views / sunlight / include / sStyle.h
@reddawg reddawg on 16 Jan 2007 118 bytes UbixOS
#ifndef SSTYLE_H
#define SSTYLE_H

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