User:A2569875-bot/Code/BotHeader.h

#pragma once
#ifndef BOTHEADER_H
#define BOTHEADER_H

Site^ login(Site^ zhWiki);
void create_user_page(Site^ zhWiki); 
void run_tesk(System::Object^ inputobj);

std::vector<std::string> split(const std::string &s, char delim);
int string_to_int(const std::string &s);

void create_cas_redirect(Site^ zhWiki, System::Collections::Generic::List<System::String^>^ page_result);
void waitkey();

void MarshalString(System::String ^ s, std::string& os);
std::vector<std::string> toVector(cli::array<System::String^>^ input_arr);

ref class MyBot : public DotNetWikiBot::Bot
{
public:
	static void Main();
};
#endif // !BOTHEADER_H