8 lines
95 B
C++
8 lines
95 B
C++
#pragma once
|
|
|
|
#include <vector>
|
|
|
|
#include "pb_types.h"
|
|
|
|
vector<RpcContact_t> GetContacts();
|