Phoenix2D-Library
0.10
|
#include <fstream>
#include <boost/regex.hpp>
#include <cstdlib>
#include <iostream>
#include "Config.h"
#include "Self.h"
Go to the source code of this file.
Namespaces | |
Phoenix | |
Functions | |
boost::regex | Phoenix::config_regex ("\\(config\\s(\\w+)\\s(\\w+)\\)") |
boost::regex | Phoenix::position_regex ("\\(position\\s(\\d+)\\s([\\d\\.\\-]+)\\s([\\d\\.\\-]+)\\)") |
boost::regex | Phoenix::logging_regex ("\\(logging\\s(\\d+)\\)") |
boost::regex | Phoenix::verbose_regex ("\\(verbose\\s(\\d+)\\)") |
boost::regex | Phoenix::player_history_regex ("\\(player_history\\s(\\d+)\\)") |