bwmodel
A modeling environment for Minecraft Bedwars
Loading...
Searching...
No Matches
src
chat
parseline.h
1
#include <optional>
2
#include <functional>
3
#include "game/game.h"
4
5
namespace
bwmodel {
6
using
Event = std::function<void(Game&)>;
7
8
struct
ColorSection
{
9
std::string color;
10
std::string text;
11
};
12
13
std::optional<Event> parse_line(
const
std::string& line);
14
}
bwmodel::ColorSection
Definition
parseline.h:8
Generated by
1.10.0