Unravel Engine C++ Reference
Loading...
Searching...
No Matches
action_id.hpp
Go to the documentation of this file.
1#pragma once
2#include <string>
3
4namespace input
5{
6typedef std::string action_id_t;
7}
std::string action_id_t
Definition action_id.hpp:6