Mercurial > mm7
diff 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 |
line wrap: on
line diff
--- a/mm7_unsorted_subs.h Wed Apr 02 22:05:35 2014 +0600 +++ b/mm7_unsorted_subs.h Wed Apr 02 23:21:34 2014 +0200 @@ -1,5 +1,6 @@ #pragma once - +#include <stdint.h> +#include <math.h> //------------------------------------------------------------------------- @@ -40,7 +41,6 @@ void uGameUIFontMain_initialize(); void uGameUIFontShadow_initialize(); void Inventory_ItemPopupAndAlchemy(); -void UI_OnMouseRightClick(struct Vec2_int_ *_this); void UI_OnMouseLeftClick(int *pXY); // idb unsigned int UI_GetHealthManaAndOtherQualitiesStringColor(signed int current_pos, signed int base_pos); unsigned int __fastcall GetSizeInInventorySlots(unsigned int uNumPixels);