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