mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Edited code style in HeroAppearance.cpp/h, also removed some redundant blank lines.
This commit is contained in:
+92
-297
File diff suppressed because it is too large
Load Diff
+15
-22
@@ -18,28 +18,23 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
//for holding window info
|
||||
typedef struct WINinfo {
|
||||
DWORD ref;
|
||||
DWORD flags;
|
||||
RECT wRect;
|
||||
DWORD width;
|
||||
DWORD height;
|
||||
DWORD clearColour;
|
||||
DWORD unknown2;
|
||||
DWORD unknown3;
|
||||
BYTE *surface; // bytes frame data ref to palette
|
||||
DWORD buttonListP;
|
||||
DWORD unknown5;//buttonptr?
|
||||
DWORD unknown6;
|
||||
DWORD unknown7;
|
||||
DWORD drawFuncP;
|
||||
} WINinfo;
|
||||
|
||||
|
||||
|
||||
|
||||
DWORD ref;
|
||||
DWORD flags;
|
||||
RECT wRect;
|
||||
DWORD width;
|
||||
DWORD height;
|
||||
DWORD clearColour;
|
||||
DWORD unknown2;
|
||||
DWORD unknown3;
|
||||
BYTE *surface; //bytes frame data ref to palette
|
||||
DWORD buttonListP;
|
||||
DWORD unknown5; //buttonptr?
|
||||
DWORD unknown6;
|
||||
DWORD unknown7;
|
||||
DWORD drawFuncP;
|
||||
} WINinfo;
|
||||
|
||||
WINinfo *GetWinStruct(int WinRef);
|
||||
void RedrawWin(int WinRef);
|
||||
@@ -48,8 +43,6 @@ DWORD GetTextWidth(char *TextMsg);
|
||||
DWORD GetMaxCharWidth();
|
||||
int check_buttons(void);
|
||||
|
||||
|
||||
|
||||
void EnableHeroAppearanceMod();
|
||||
void HeroAppearanceModExit();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user