#ifndef _WPI_MAXDETECT_H_
#define _WPI_MAXDETECT_H_

  #include "../addon.h"
  
  DECLARE_EXPORT_INIT(maxdetect);

#endif