[Yellowstone] Move yellowstone yunq to namespace "yellowstone"

This commit is contained in:
Drew Galbraith 2023-11-30 08:50:43 -08:00
parent f1e09b2ae6
commit 6212aef336
40 changed files with 141 additions and 16 deletions

View file

@ -6,6 +6,8 @@
#include <glacier/container/vector.h>
#include <glacier/string/string.h>
#include <ztypes.h>
class KeyboardListener {
public:
KeyboardListener() {}
@ -25,4 +27,5 @@ class KeyboardListener {
// Parses everything except for caps.
void ParseFromBytesInternal(const glcr::ByteBuffer&, uint64_t offset);
};
};