mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-11 12:15:14 +00:00
added forgotten file
This commit is contained in:
parent
aac88ce5cc
commit
5d42473ef2
13
src/publish_campaign.hpp
Normal file
13
src/publish_campaign.hpp
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef PUBLISH_CAMPAIGN_HPP_INCLUDED
|
||||
#define PUBLISH_CAMPAIGN_HPP_INCLUDED
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
std::vector<std::string> available_campaigns();
|
||||
void archive_campaign(const std::string& campaign_name, class config& cfg);
|
||||
void unarchive_campaign(const class config& cfg);
|
||||
|
||||
bool campaign_name_legal(const std::string& name);
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user