TrinityCore
|
#include <string.h>
#include <ctype.h>
#include <vector>
#include <iostream>
#include <deque>
#include <cstdint>
#include "CascLib.h"
Go to the source code of this file.
Classes | |
class | MPQFile |
Macros | |
#define | _CRT_SECURE_NO_DEPRECATE |
#define | _CRT_SECURE_NO_WARNINGS |
#define | MPQ_H |
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 |
Functions | |
int | GetLastError () |
void | flipcc (char *fcc) |
#define _CRT_SECURE_NO_DEPRECATE |
#define _CRT_SECURE_NO_WARNINGS |
#define MPQ_H |
|
inline |
int GetLastError | ( | ) |