ff7tk  1.0.0.16
Work with Final Fantasy 7 game data
Classes | Macros | Functions
Lgp_p.h File Reference
#include <QIODevice>
#include <QString>
#include <QMultiHash>
#include <ff7tkformats_export.h>
Include dependency graph for Lgp_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LgpConflictEntry
 
struct  LgpTocEntry
 
class  LgpHeaderEntry
 
class  LgpIO
 
class  LgpToc
 

Macros

#define LGP_COMPANY_NAME_SIZE   12
 
#define LGP_PRODUCT_NAME_SIZE   14
 
#define LOOKUP_VALUE_MAX   30
 
#define LOOKUP_TABLE_ENTRIES   LOOKUP_VALUE_MAX * LOOKUP_VALUE_MAX
 
#define MAX_CONFLICTS   4096
 
#define PACK(structure)   structure Q_PACKED
 

Functions

 PACK (struct FF7TKFORMATS_EXPORT LgpLookupTableEntry { quint16 tocOffset;quint16 fileCount;})
 

Macro Definition Documentation

◆ LGP_COMPANY_NAME_SIZE

#define LGP_COMPANY_NAME_SIZE   12

◆ LGP_PRODUCT_NAME_SIZE

#define LGP_PRODUCT_NAME_SIZE   14

◆ LOOKUP_TABLE_ENTRIES

#define LOOKUP_TABLE_ENTRIES   LOOKUP_VALUE_MAX * LOOKUP_VALUE_MAX

◆ LOOKUP_VALUE_MAX

#define LOOKUP_VALUE_MAX   30

◆ MAX_CONFLICTS

#define MAX_CONFLICTS   4096

◆ PACK

#define PACK (   structure)    structure Q_PACKED

Function Documentation

◆ PACK()

PACK ( struct FF7TKFORMATS_EXPORT LgpLookupTableEntry { quint16 tocOffset;quint16 fileCount;}  )