mirror of
https://github.com/sigmasternchen/Serwer
synced 2025-03-15 07:08:54 +00:00
8 lines
98 B
C
8 lines
98 B
C
#ifndef WS_MODES_H
|
|
#define WS_MODES_H
|
|
|
|
#include "ws_types.h"
|
|
|
|
srvhandler_t ws_run_linear;
|
|
|
|
#endif
|