Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Toggle main menu visibility
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
15
class
RARunnable
16
{
17
public
:
18
RARunnable
() { }
19
virtual
~RARunnable
() { }
20
void
Run
();
21
};
22
23
#endif
/* _SKYFIRE_RARUNNABLE_H_ */
24
Common.h
RARunnable::Run
void Run()
Definition
RARunnable.cpp:34
RARunnable::~RARunnable
virtual ~RARunnable()
Definition
RARunnable.h:19
RARunnable::RARunnable
RARunnable()
Definition
RARunnable.h:18
src
server
worldserver
RemoteAccess
RARunnable.h
Generated on
for Project SkyFire Core by
1.17.0