GOG GALAXY SDK Documentation
|
Custom thread spawner for the Galaxy SDK. More...
#include <GalaxyThread.h>
Public Member Functions | |
virtual IGalaxyThread * | SpawnThread (ThreadEntryFunction const entryPoint, ThreadEntryParam param)=0 |
Spawn new internal Galaxy SDK thread. More... | |
Custom thread spawner for the Galaxy SDK.
|
pure virtual |
Spawn new internal Galaxy SDK thread.
A new thread shall start from the provided ThreadEntryFunction accepting provided ThreadEntryParam.
[in] | entryPoint | The wrapper for the entry point function. |
[in] | param | The parameter for the thread entry point. |