Implement a few RegistrationBook functions (#693)

* Implement a few RegistrationBook functions

* Match functions

* minor style

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2024-03-19 10:15:24 -04:00
committed by GitHub
parent 44bc575a2d
commit e454e56b52
5 changed files with 120 additions and 12 deletions

View File

@@ -103,7 +103,7 @@ public:
e_unk66 = 66
};
// SIZE 0x0c
// SIZE 0x0e
struct Username {
Username();
inline Username(Username& p_other) { Set(p_other); }