Add support for custom resource parameters
And allow users to skip a precise loader using them Former-commit-id: 297af2e4a24ad67c343aae5d89352abf4ea05f63
This commit is contained in:
20
include/Nazara/Core/ResourceParameters.hpp
Normal file
20
include/Nazara/Core/ResourceParameters.hpp
Normal file
@@ -0,0 +1,20 @@
|
||||
// Copyright (C) 2015 Jérôme Leclercq
|
||||
// This file is part of the "Nazara Engine - Core module"
|
||||
// For conditions of distribution and use, see copyright notice in Config.hpp
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_RESOURCEPARAMETERS_HPP
|
||||
#define NAZARA_RESOURCEPARAMETERS_HPP
|
||||
|
||||
#include <Nazara/Core/ParameterList.hpp>
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
struct ResourceParameters
|
||||
{
|
||||
ParameterList custom;
|
||||
};
|
||||
}
|
||||
|
||||
#endif // NAZARA_RESOURCEPARAMETERS_HPP
|
||||
Reference in New Issue
Block a user