Newer
Older
ubix2 / src / lib / views / sunlight / include / sStyle.h
@reddawg reddawg on 1 Jun 2006 118 bytes ubix2
#ifndef SSTYLE_H
#define SSTYLE_H

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