spaceserver/server/server.h

20 lines
256 B
C
Raw Permalink Normal View History

2023-04-30 20:52:53 +00:00
/*
* File: server.h
* Author: Alexander Zhirov
* Connection with me (telegram messanger): @alexanderzhirov
*
* Created on 2020.06.14
*/
#ifndef SERVER_H
#define SERVER_H
#include "common.h"
#include "connection.h"
#include "update.h"
#endif