mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 21:58:22 +00:00
Centralize local account creation and create API endpoint for creation
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
|
||||
|
||||
SET(eqlogin_sources
|
||||
account_management.cpp
|
||||
client.cpp
|
||||
client_manager.cpp
|
||||
database.cpp
|
||||
@@ -13,6 +14,7 @@ SET(eqlogin_sources
|
||||
)
|
||||
|
||||
SET(eqlogin_headers
|
||||
account_management.h
|
||||
client.h
|
||||
client_manager.h
|
||||
database.h
|
||||
|
||||
Reference in New Issue
Block a user