DecoderGlobals.cpp 168 B

12345678
  1. #include "DecoderGlobals.h"
  2. bell::DecodersInstance* bell::decodersInstance;
  3. void bell::createDecoders()
  4. {
  5. bell::decodersInstance = new bell::DecodersInstance();
  6. }