Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
CliRunnable.h
Go to the documentation of this file.
1/*
2* This file is part of Project SkyFire https://www.projectskyfire.org.
3* See LICENSE.md file for Copyright information
4*/
5
9
10#ifndef __CLIRUNNABLE_H
11#define __CLIRUNNABLE_H
12
15{
16public:
17 void Run();
18};
19
20#endif
21
Command Line Interface handling thread.
Definition CliRunnable.h:15
void Run()
Thread start