Mercurial > mm7
comparison IconFrameTable.h @ 1231:182b910c528d
Слияние
author | Ritor1 |
---|---|
date | Sun, 09 Jun 2013 10:18:51 +0600 |
parents | 0dbf6c4dd029 |
children | 7ef4b64f6329 |
comparison
equal
deleted
inserted
replaced
1230:513a7893aa29 | 1231:182b910c528d |
---|---|
1 #pragma once | 1 #pragma once |
2 | 2 #include <array> |
3 | 3 |
4 | 4 |
5 | 5 |
6 | 6 |
7 /* 44 */ | 7 /* 44 */ |
74 extern struct UIAnimation *pUIAnim_Food; | 74 extern struct UIAnimation *pUIAnim_Food; |
75 extern struct UIAnimation *pUIAnim_Gold; | 75 extern struct UIAnimation *pUIAnim_Gold; |
76 extern struct UIAnimation *pUIAnum_Torchlight; | 76 extern struct UIAnimation *pUIAnum_Torchlight; |
77 extern struct UIAnimation *pUIAnim_WizardEye; | 77 extern struct UIAnimation *pUIAnim_WizardEye; |
78 | 78 |
79 extern struct UIAnimation *pUIAnims[4]; | 79 extern std::array<struct UIAnimation *, 4> pUIAnims; |