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