aboutsummaryrefslogtreecommitdiff
path: root/TileBehaviorStrategy.cpp
blob: 9e829cc8f01132da3362541e01410b81894e09f1 (plain)
1
2
3
4
5
6
7
#include "TileBehavior.h"
#include "TileBehaviorStrategy.h"

TileBehaviorStrategy::TileBehaviorStrategy(const std::string type) {
	TileBehavior::register_strategy(type, this);
}