5 lines
154 B
C++
5 lines
154 B
C++
#ifndef PROTECTOR_BUILDTIN_CLI_H
|
|
#define PROTECTOR_BUILDTIN_CLI_H
|
|
#include<string>
|
|
void BookStoreMain(bool,std::string);
|
|
#endif //PROTECTOR_BUILDTIN_CLI_H
|