common: Extract UUID to its own class
Since the Mii database uses UUIDs very similar to the Accounts database, it makes no sense to not share code between them.
This commit is contained in:
parent
78574e7a47
commit
ca5638a142
6 changed files with 108 additions and 78 deletions
|
@ -123,6 +123,8 @@ add_library(common STATIC
|
|||
timer.h
|
||||
uint128.cpp
|
||||
uint128.h
|
||||
uuid.cpp
|
||||
uuid.h
|
||||
vector_math.h
|
||||
web_result.h
|
||||
zstd_compression.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue