The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Macros
variable_info.cpp File Reference

Manage WML-variables. More...

#include "variable_info.hpp"
#include "game_config.hpp"
#include "config_assign.hpp"
#include <stdexcept>
Include dependency graph for variable_info.cpp:

Go to the source code of this file.

Macros

#define DEFAULTHANDLER(name)   result_type name(param_type) const { throw invalid_variablename_exception(); }
 
#define DEFAULTHANDLER(name)   result_type name(param_type) const { throw invalid_variablename_exception(); }
 

Detailed Description

Manage WML-variables.

Definition in file variable_info.cpp.

Macro Definition Documentation

#define DEFAULTHANDLER (   name)    result_type name(param_type) const { throw invalid_variablename_exception(); }

Definition at line 157 of file variable_info.cpp.

#define DEFAULTHANDLER (   name)    result_type name(param_type) const { throw invalid_variablename_exception(); }

Definition at line 157 of file variable_info.cpp.