#ifndef _WPI_EXTENSIONS_H_
#define _WPI_EXTENSIONS_H_

  #include "../addon.h"
  
  DECLARE_EXPORT_INIT(extensions);
  
#endif