Serwer/ws_modes.h

9 lines
98 B
C
Raw Permalink Normal View History

2017-01-02 21:31:05 +00:00
#ifndef WS_MODES_H
#define WS_MODES_H
#include "ws_types.h"
srvhandler_t ws_run_linear;
2017-01-02 21:31:05 +00:00
#endif