14 lines
160 B
C
14 lines
160 B
C
|
#pragma once
|
||
|
|
||
|
namespace rpc_core_test {
|
||
|
|
||
|
void test_serialize();
|
||
|
|
||
|
void test_data_packer();
|
||
|
|
||
|
void test_rpc();
|
||
|
|
||
|
void test_plugin();
|
||
|
|
||
|
} // namespace rpc_core_test
|