8 lines
97 B
C++
8 lines
97 B
C++
#pragma once
|
|
|
|
#include <vector>
|
|
|
|
#include "rpc_h.h"
|
|
|
|
std::vector<RpcContact_t> GetContacts();
|