mirror of
https://github.com/ratspeak/microReticulum
synced 2026-08-12 18:07:25 -04:00
5 lines
52 B
C++
5 lines
52 B
C++
#include "AImpl.h"
|
|
|
|
B AImpl::getB() {
|
|
return _b;
|
|
}
|