00001 //============================================================================ 00006 //============================================================================ 00007 00008 #ifndef NXYTER_FEB4NXBT_H 00009 #define NXYTER_FEB4NXBT_H 00010 00011 #include "nxyter/FebBase.h" 00012 00013 namespace nxyter { 00014 00015 class Feb4nxBT : public nxyter::FebBase { 00016 public: 00017 Feb4nxBT() {} 00018 Feb4nxBT(base::Board* board); 00019 virtual ~Feb4nxBT(); 00020 00021 }; 00022 00023 } 00024 00025 #endif