Mercurial > mm7
comparison mm7_data.h @ 1276:f11651288371
changed sub_467E7F_EquipBody to Player::EquipBody, some more header file stuff
author | Grumpy7 |
---|---|
date | Sat, 15 Jun 2013 07:30:26 +0200 |
parents | fbb7428fa58c |
children | 34c433886ed4 |
comparison
equal
deleted
inserted
replaced
1275:7569c88d9cb0 | 1276:f11651288371 |
---|---|
1 #pragma once | 1 #pragma once |
2 #include <string> | 2 #include <string> |
3 #include "VectorTypes.h" | 3 #include "VectorTypes.h" |
4 #include "OSAPI.h" | 4 #include "OSAPI.h" |
5 #include <array> | 5 #include <array> |
6 #include "Items.h" //TODO: remove this once sub_467E7F_EquipBody if moved to a class or something | |
7 typedef char _UNKNOWN; | 6 typedef char _UNKNOWN; |
8 | 7 |
9 | 8 |
10 | 9 |
11 typedef unsigned int uint; | 10 typedef unsigned int uint; |
1342 void Abortf(const char *Format, ...); | 1341 void Abortf(const char *Format, ...); |
1343 void SetCurrentMenuID(enum MENU_STATE); // idb | 1342 void SetCurrentMenuID(enum MENU_STATE); // idb |
1344 enum MENU_STATE GetCurrentMenuID(); | 1343 enum MENU_STATE GetCurrentMenuID(); |
1345 void *__thiscall output_debug_string(void *_this, std::string a2, const char *a3, int a4); | 1344 void *__thiscall output_debug_string(void *_this, std::string a2, const char *a3, int a4); |
1346 std::string *__fastcall _4678E2_make_error_string(std::string *a1, int line, std::string file); | 1345 std::string *__fastcall _4678E2_make_error_string(std::string *a1, int line, std::string file); |
1347 void sub_467E7F_EquipBody(ITEM_EQUIP_TYPE uEquipType); // idb | |
1348 void CreateMsgScrollWindow(signed int mscroll_id); | 1346 void CreateMsgScrollWindow(signed int mscroll_id); |
1349 void __cdecl free_book_subwindow(); | 1347 void __cdecl free_book_subwindow(); |
1350 void CreateScrollWindow(); | 1348 void CreateScrollWindow(); |
1351 void __cdecl OnPaperdollLeftClick(); | 1349 void __cdecl OnPaperdollLeftClick(); |
1352 void OnPressSpace(); | 1350 void OnPressSpace(); |