wfview/rigidentities.cpp
2024-07-12 19:09:42 -07:00

13 lines
221 B
C++

#include "rigidentities.h"
#include "logcategories.h"
// Copyright 2017-2024 Elliott H. Liggett
model_kind determineRadioModel(unsigned char rigID)
{
model_kind rig;
rig = (model_kind)rigID;
return rig;
}