-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy patheqgraphics.h
43 lines (33 loc) · 1.69 KB
/
eqgraphics.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/*
* MacroQuest: The extension platform for EverQuest
* Copyright (C) 2002-present MacroQuest Authors
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2, as published by
* the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
#pragma once
//
// EQGraphics.dll offsets
//
#define __eqgraphics_fopen_x 0x180267168
#define CEQGBitmap__GetFirstBitmap_x 0x180003210
#define CParticleSystem__Render_x 0x1800A7820
#define CParticleSystem__CreateSpellEmitter_x 0x180097470
#define CRender__RenderScene_x 0x1800C5030
#define CRender__RenderBlind_x 0x1800C4EF0
#define CRender__ResetDevice_x 0x1800C5BA0
#define CRender__UpdateDisplay_x 0x1800C6E30
#define __bRenderSceneCalled_x 0x180339020
#define C2DPrimitiveManager__AddCachedText_x 0x1800DF1C0
#define C2DPrimitiveManager__Render_x 0x1800E0360
#define ObjectPreviewView__Render_x 0x180026340
#define EQGraphics_DebugAPI_Ptr_x 0x18039AAA8
#if __has_include("../private/eqgraphics-private.h")
#include "../private/eqgraphics-private.h"
#endif