summaryrefslogtreecommitdiff
path: root/doc/api.md
diff options
context:
space:
mode:
authorerstazi <71944+erstazi@users.noreply.github.com>2022-05-21 12:57:34 -0400
committerGitHub <noreply@github.com>2022-05-21 12:57:34 -0400
commitef94fe58fbface1213d68660303822828eb5c3be (patch)
treef8c0057494b2d5e68c7ab3403d54bd225b6c1f50 /doc/api.md
parenta980cb9cfb126d5aa4eaeb527e957e094682a4b0 (diff)
downloadsmartshop-ef94fe58fbface1213d68660303822828eb5c3be.tar.gz
smartshop-ef94fe58fbface1213d68660303822828eb5c3be.tar.bz2
smartshop-ef94fe58fbface1213d68660303822828eb5c3be.zip
Updating depends.txt with digilines dependency
This should resolve any issues with digilines being required in depends.txt
Diffstat (limited to 'doc/api.md')
0 files changed, 0 insertions, 0 deletions
f='#n108'>108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
/*
Minetest
Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

#ifndef MODALMENU_HEADER
#define MODALMENU_HEADER

#include "irrlichttypes_extrabloated.h"

class GUIModalMenu;

class IMenuManager
{