Brunot
Loading...
Searching...
No Matches
PublicLambdas.h
Go to the documentation of this file.
1
10
// ____ __ __ __
11
// /\__ _\/\ \ /\ \/\ \
12
// \/_/\ \/\ \ \___ __ \ \ \_\ \ ___ __ __ ____ __
13
// \ \ \ \ \ _ `\ /'__`\ \ \ _ \ / __`\/\ \/\ \ /',__\ /'__`\
14
// \ \ \ \ \ \ \ \/\ __/ \ \ \ \ \/\ \L\ \ \ \_\ \/\__, `\/\ __/
15
// \ \_\ \ \_\ \_\ \____\ \ \_\ \_\ \____/\ \____/\/\____/\ \____\
16
// \/_/ \/_/\/_/\/____/ \/_/\/_/\/___/ \/___/ \/___/ \/____/
17
18
19
#pragma once
20
#include <functional>
21
#include <string>
22
23
class
Entity
;
24
25
31
auto
getButtonLambda
(
const
std::string& lambdaName) -> std::function<void(
Entity
*)>;
getButtonLambda
auto getButtonLambda(const std::string &lambdaName) -> std::function< void(Entity *)>
Gets a function from a map that buttons can use for their select, highlight, and undo highlight.
Definition
PublicLambdas.cpp:124
Entity
Definition
Entity.h:39
The House
source
Utility
PublicLambdas.h
Generated by
1.15.0