aboutsummaryrefslogtreecommitdiff
path: root/assets/blender/ks/signal_ks_singlemesh_lampuv.png
diff options
context:
space:
mode:
Diffstat (limited to 'assets/blender/ks/signal_ks_singlemesh_lampuv.png')
0 files changed, 0 insertions, 0 deletions
en 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. */ #pragma once #include "inventorymanager.h" #include <functional> class ServerEnvironment; class ServerInventoryManager : public InventoryManager { public: ServerInventoryManager(); virtual ~ServerInventoryManager(); void setEnv(ServerEnvironment *env) { assert(!m_env); m_env = env; } Inventory *getInventory(const InventoryLocation &loc);