microReticulum/test/test_objects/BImpl.cpp
2025-08-26 21:05:36 -06:00

5 lines
52 B
C++

#include "BImpl.h"
A BImpl::getA() {
return _a;
}