8 lines
119 B
C++
8 lines
119 B
C++
#pragma once
|
|
|
|
#include <memory>
|
|
|
|
#include "ServerState.hh"
|
|
|
|
void run_shell(std::shared_ptr<ServerState> state);
|