MegaWiFi 1.5
MegaWiFi API documentation
|
Holds the data of a single trophy. More...
#include <gamejolt.h>
Data Fields | |
char * | id |
char * | title |
enum gj_trophy_difficulty | difficulty |
char * | description |
char * | image_url |
char * | achieved |
bool | secret |
If true, trophy is secret. More... | |
Holds the data of a single trophy.
Definition at line 123 of file gamejolt.h.
char* gj_trophy::achieved |
Definition at line 124 of file gamejolt.h.
char* gj_trophy::description |
Definition at line 124 of file gamejolt.h.
enum gj_trophy_difficulty gj_trophy::difficulty |
Definition at line 124 of file gamejolt.h.
char* gj_trophy::id |
Definition at line 124 of file gamejolt.h.
char* gj_trophy::image_url |
Definition at line 124 of file gamejolt.h.
bool gj_trophy::secret |
If true, trophy is secret.
Definition at line 125 of file gamejolt.h.
char* gj_trophy::title |
Definition at line 124 of file gamejolt.h.