mirror of
https://github.com/minetest/minetest.git
synced 2025-01-10 10:00:22 +01:00
Make touchscreengui compile
This commit is contained in:
parent
14441a289e
commit
7f9de5db0b
@ -25,6 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
#include <IrrlichtDevice.h>
|
#include <IrrlichtDevice.h>
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <memory>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "client/tile.h"
|
#include "client/tile.h"
|
||||||
@ -90,7 +91,7 @@ struct button_info
|
|||||||
FIRST_TEXTURE,
|
FIRST_TEXTURE,
|
||||||
SECOND_TEXTURE
|
SECOND_TEXTURE
|
||||||
} toggleable = NOT_TOGGLEABLE;
|
} toggleable = NOT_TOGGLEABLE;
|
||||||
std::vector<const std::string> textures;
|
std::vector<std::string> textures;
|
||||||
};
|
};
|
||||||
|
|
||||||
class AutoHideButtonBar
|
class AutoHideButtonBar
|
||||||
|
Loading…
Reference in New Issue
Block a user