|
ff7tk
0.02
Toolkit for making FF7 Tools
|
#include <IsoArchive.h>
Public Attributes | |
| char | year [4] |
| char | month [2] |
| char | day [2] |
| char | hour [2] |
| char | minute [2] |
| char | second [2] |
| char | millis [2] |
| qint8 | GMT |
Definition at line 41 of file IsoArchive.h.
| char IsoTime::day[2] |
Definition at line 44 of file IsoArchive.h.
Referenced by IsoArchive::setError().
| qint8 IsoTime::GMT |
Definition at line 49 of file IsoArchive.h.
Referenced by IsoArchive::setError().
| char IsoTime::hour[2] |
Definition at line 45 of file IsoArchive.h.
Referenced by IsoArchive::setError().
| char IsoTime::millis[2] |
Definition at line 48 of file IsoArchive.h.
Referenced by IsoArchive::setError().
| char IsoTime::minute[2] |
Definition at line 46 of file IsoArchive.h.
Referenced by IsoArchive::setError().
| char IsoTime::month[2] |
Definition at line 43 of file IsoArchive.h.
Referenced by IsoArchive::setError().
| char IsoTime::second[2] |
Definition at line 47 of file IsoArchive.h.
Referenced by IsoArchive::setError().
| char IsoTime::year[4] |
Definition at line 42 of file IsoArchive.h.
Referenced by IsoArchive::setError().