delete Keycode.cpp

This commit is contained in:
chenhuan 2019-11-20 13:14:50 +01:00
parent dcbfad5749
commit 256c7d16bc
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
#include "KeyCode.hpp"
namespace vkvm {
KeyCode::KeyCode(int value) noexcept : value(value) {}
auto KeyCode::getValue() -> int {
return value;
}
}