Refactored in a way modules have access to bot infrastructure

This commit is contained in:
Blue 2025-03-09 21:01:41 +02:00
parent c605b3ba93
commit 89c04254b8
Signed by: blue
GPG key ID: 9B203B252A63EE38
25 changed files with 245 additions and 216 deletions

View file

@ -0,0 +1,9 @@
set(SOURCES
connection.cpp
)
set(HEADERS
connection.h
)
target_sources(${EXEC_NAME} PRIVATE ${SOURCES})