Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
wdt.h
Go to the documentation of this file.
1/*
2* This file is part of Project SkyFire https://www.projectskyfire.org.
3* See LICENSE.md file for Copyright information
4*/
5
6#ifndef WDT_H
7#define WDT_H
8#include "loadlib.h"
9
10//**************************************************************************************
11// WDT file class and structures
12//**************************************************************************************
13#define WDT_MAP_SIZE 64
14
15#pragma pack(push, 1)
16
18{
19 union{
21 char fcc_txt[4];
22 };
23public:
25
30};
31
32#pragma pack(pop)
33
34#endif
std::uint32_t uint32
Definition Define.h:77
Definition wdt.h:18
char fcc_txt[4]
Definition wdt.h:21
uint32 size
Definition wdt.h:24
struct wdt_MAIN::adtData adt_list[64][64]
uint32 fcc
Definition wdt.h:20
uint32 data1
Definition wdt.h:28
uint32 flag
Definition wdt.h:27