mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 21:55:46 +00:00
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
5d81402331
commit
c02cb054b7
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