Unravel Engine C++ Reference
Loading...
Searching...
No Matches
input.hpp
Go to the documentation of this file.
1#pragma once
2
6
7namespace input
8{
9
10
13
16
19
23
24
25
26// void save_to_file(const std::string& absolute_path, const input::action_map& obj);
27// void save_to_file_bin(const std::string& absolute_path, const input::action_map& obj);
28// auto load_from_file(const std::string& absolute_path, input::action_map& obj) -> bool;
29// auto load_from_file_bin(const std::string& absolute_path, input::action_map& obj) -> bool;
30
31} // namespace unravel
#define REFLECT_EXTERN(cls)
Definition reflection.h:120
#define LOAD_EXTERN(cls)
#define SAVE_EXTERN(cls)