Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
RARunnable.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 _SKYFIRE_RARUNNABLE_H_
11#define _SKYFIRE_RARUNNABLE_H_
12
13#include "Common.h"
14
16{
17public:
19 virtual ~RARunnable() { }
20 void Run();
21};
22
23#endif /* _SKYFIRE_RARUNNABLE_H_ */
24
virtual ~RARunnable()
Definition RARunnable.h:19