Initial commit: full project code
This commit is contained in:
14
sapp/src/sapp_entry.cpp
Normal file
14
sapp/src/sapp_entry.cpp
Normal 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
|
||||
Reference in New Issue
Block a user