6 lines
67 B
C++
6 lines
67 B
C++
|
|
#ifndef BMS_TEST_H
|
||
|
|
#define BMS_TEST_H
|
||
|
|
|
||
|
|
void bms_test_app();
|
||
|
|
|
||
|
|
#endif
|