DecoderGlobals.cpp 166 B

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