23#include "f2p_thread.h"
25#include "playerc_thread.h"
41:
Thread(
"PlayerF2PThread",
Thread::OPMODE_WAITFORWAKEUP),
44 client_thread_ = client_thread;
void sync_fawkes_to_player()
Sync Fawkes to player.
virtual void finalize()
Finalize the thread.
virtual void init()
Initialize the thread.
virtual void loop()
Code to execute in the thread.
PlayerF2PThread(PlayerClientThread *client_thread)
Constructor.
Thread aspect to use blocked timing.
Thread class encapsulation of pthreads.
Fawkes library namespace.