kraken: Address comments from review
start lion review
This commit is contained in:
parent
61d9eb9f69
commit
2b1b0c2a30
31 changed files with 534 additions and 466 deletions
|
@ -12,7 +12,7 @@
|
|||
#include "common/logging/log.h"
|
||||
#include "common/param_package.h"
|
||||
|
||||
namespace Input {
|
||||
namespace Common::Input {
|
||||
|
||||
enum class InputType {
|
||||
None,
|
||||
|
@ -296,4 +296,4 @@ std::unique_ptr<InputDeviceType> CreateDevice(const Common::ParamPackage package
|
|||
return pair->second->Create(package);
|
||||
}
|
||||
|
||||
} // namespace Input
|
||||
} // namespace Common::Input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue