Newer
Older
little-o / src / lib / views / sunlight / include / sStyle.h
@reddawg reddawg on 26 Sep 2005 127 bytes no message
#ifndef SSTYLE_H
#define SSTYLE_H

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