#pragma once

namespace StateMachine
{
	void initSM(void);
	void runSM(void);
	std::string getStateLabel();
}