mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
Make touchscreengui compile
This commit is contained in:
parent
14441a289e
commit
7f9de5db0b
1 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include <IrrlichtDevice.h>
|
||||
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "client/tile.h"
|
||||
|
@ -90,7 +91,7 @@ struct button_info
|
|||
FIRST_TEXTURE,
|
||||
SECOND_TEXTURE
|
||||
} toggleable = NOT_TOGGLEABLE;
|
||||
std::vector<const std::string> textures;
|
||||
std::vector<std::string> textures;
|
||||
};
|
||||
|
||||
class AutoHideButtonBar
|
||||
|
|
Loading…
Add table
Reference in a new issue