#ifndef _KBMIDI_H_
#define _KBMIDI_H_

#include <fstream.h>

class KbMidi
{
 public:
  KbMidi();
  void load(ifstream in);
  // void save(ifstream in);
};




#endif

Documentation generated by wuerthne@clouseau on Fri Jan 22 17:58:51 MST 1999