feat: Added server-side functions

This commit is contained in:
AURUMVORXX
2024-11-09 03:09:07 +03:00
parent 0596853161
commit 58ec459ea5
12 changed files with 897 additions and 28 deletions

View File

@@ -74,6 +74,8 @@ file(GLOB_RECURSE SOURCE
"src/classes/py/*.cpp"
"src/constants/*.h"
"src/constants/*.cpp"
"src/functions/*.h"
"src/functions/*.cpp"
"src/*.h"
"src/*.cpp"
"src/events/*.h"