Mercurial > mm7
comparison mm7_unsorted_subs.h @ 2336:d6887ee81068
header file include cleanup
author | Grumpy7 |
---|---|
date | Wed, 02 Apr 2014 23:21:34 +0200 |
parents | 9551756f46c4 |
children | 1e865e8690ba |
comparison
equal
deleted
inserted
replaced
2335:6e3ca612f132 | 2336:d6887ee81068 |
---|---|
1 #pragma once | 1 #pragma once |
2 | 2 #include <stdint.h> |
3 #include <math.h> | |
3 | 4 |
4 | 5 |
5 //------------------------------------------------------------------------- | 6 //------------------------------------------------------------------------- |
6 // Function declarations | 7 // Function declarations |
7 void init_event_triggers(); | 8 void init_event_triggers(); |
38 void __fastcall LoadThumbnailLloydTexture(unsigned int uSlot, unsigned int uPlayer); | 39 void __fastcall LoadThumbnailLloydTexture(unsigned int uSlot, unsigned int uPlayer); |
39 void SetAttributeNames(); | 40 void SetAttributeNames(); |
40 void uGameUIFontMain_initialize(); | 41 void uGameUIFontMain_initialize(); |
41 void uGameUIFontShadow_initialize(); | 42 void uGameUIFontShadow_initialize(); |
42 void Inventory_ItemPopupAndAlchemy(); | 43 void Inventory_ItemPopupAndAlchemy(); |
43 void UI_OnMouseRightClick(struct Vec2_int_ *_this); | |
44 void UI_OnMouseLeftClick(int *pXY); // idb | 44 void UI_OnMouseLeftClick(int *pXY); // idb |
45 unsigned int UI_GetHealthManaAndOtherQualitiesStringColor(signed int current_pos, signed int base_pos); | 45 unsigned int UI_GetHealthManaAndOtherQualitiesStringColor(signed int current_pos, signed int base_pos); |
46 unsigned int __fastcall GetSizeInInventorySlots(unsigned int uNumPixels); | 46 unsigned int __fastcall GetSizeInInventorySlots(unsigned int uNumPixels); |
47 struct GUIButton *__fastcall GUI_HandleHotkey(unsigned __int8 uHotkey); // idb | 47 struct GUIButton *__fastcall GUI_HandleHotkey(unsigned __int8 uHotkey); // idb |
48 int __fastcall GUI_ReplaceHotkey(unsigned __int8 uOldHotkey, unsigned __int8 uNewHotkey, char bFirstCall); | 48 int __fastcall GUI_ReplaceHotkey(unsigned __int8 uOldHotkey, unsigned __int8 uNewHotkey, char bFirstCall); |