DM: Add G0508_B_RefreshActionArea

This commit is contained in:
Bendegúz Nagy 2016-06-18 16:32:31 +02:00
parent 40e4cceb3f
commit a2328b9eb2

View File

@ -8,6 +8,7 @@ namespace DM {
class MenuMan {
DMEngine *_vm;
public:
bool _shouldRefreshActionArea; // @ G0508_B_RefreshActionArea
MenuMan(DMEngine *vm);
void drawMovementArrows();