#include <PersistentStorageThread.h>
Public Types | |
| enum | { PSRESPONSE_PLAYERSTATS , PSRESPONSE_COULDNOTCONNECT , PSRESPONSE_PREORDER , PSRESPONSE_MAX } |
Public Attributes | |
| enum PSResponse:: { ... } | responseType |
| PSPlayerStats | player |
| Bool | preorder |
Definition at line 139 of file PersistentStorageThread.h.
| anonymous enum |
| Enumerator | |
|---|---|
| PSRESPONSE_PLAYERSTATS | |
| PSRESPONSE_COULDNOTCONNECT | |
| PSRESPONSE_PREORDER | |
| PSRESPONSE_MAX | |
Definition at line 142 of file PersistentStorageThread.h.
| PSPlayerStats PSResponse::player |
Definition at line 151 of file PersistentStorageThread.h.
| Bool PSResponse::preorder |
Definition at line 154 of file PersistentStorageThread.h.
| enum { ... } PSResponse::responseType |