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 "BImpl.h"
|
||
|
|
|
||
|
|
A BImpl::getA() {
|
||
|
|
return _a;
|
||
|
|
}
|