home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / MiscKit1.2.6 / Palettes / MiscSoundPalette / MiscSoundUtil.subproj / MiscVolumeLight.h < prev    next >
Encoding:
Text File  |  1994-05-27  |  132 b   |  9 lines

  1. #import "MiscVolumeMeter.h"
  2.  
  3. @interface MiscVolumeLight:MiscVolumeMeter
  4. {
  5. }
  6.  
  7. - drawSelf:(const NXRect*) rects:(int) rectCount;
  8.  
  9. @end