mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 07:00:29 +00:00
Decoupling eventloop singleton from the event loop (for now not complete but later we will)
This commit is contained in:
@@ -211,6 +211,7 @@ SET(common_headers
|
||||
xml_parser.h
|
||||
zone_numbers.h
|
||||
event/event_loop.h
|
||||
event/idle.h
|
||||
event/task.h
|
||||
event/timer.h
|
||||
json/json.h
|
||||
@@ -271,6 +272,7 @@ SET(common_headers
|
||||
|
||||
SOURCE_GROUP(Event FILES
|
||||
event/event_loop.h
|
||||
event/idle.h
|
||||
event/timer.h
|
||||
event/task.h
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user