Initial commit: full project code

This commit is contained in:
Oleg Ermakov
2026-01-11 01:37:39 +04:00
commit a8d725e94b
34 changed files with 4891 additions and 0 deletions

14
sapp/src/sapp_entry.cpp Normal file
View File

@@ -0,0 +1,14 @@
#include "sapp/sapp_entry.hpp"
#include "sapp/server_world.hpp"
#include "sapp/physics.hpp"
// Точка входа для DLL
namespace netcode {
void sapp_init() {
// Инициализация серверной библиотеки
}
} // namespace netcode