AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
loadlib.h File Reference
#include <string>
#include <cstdint>

Go to the source code of this file.

Classes

struct  file_MVER
 
class  FileLoader
 

Macros

#define FILE_FORMAT_VERSION   18
 

Typedefs

typedef int64_t int64
 
typedef int32_t int32
 
typedef int16_t int16
 
typedef int8_t int8
 
typedef uint64_t uint64
 
typedef uint32_t uint32
 
typedef uint16_t uint16
 
typedef uint8_t uint8
 

Macro Definition Documentation

◆ FILE_FORMAT_VERSION

#define FILE_FORMAT_VERSION   18

Typedef Documentation

◆ int16

typedef int16_t int16

◆ int32

typedef int32_t int32

◆ int64

typedef int64_t int64

◆ int8

typedef int8_t int8

◆ uint16

typedef uint16_t uint16

◆ uint32

typedef uint32_t uint32

◆ uint64

typedef uint64_t uint64

◆ uint8

typedef uint8_t uint8