Skip to content
Snippets Groups Projects
Commit 82d0dc88 authored by Pascal Engeler's avatar Pascal Engeler
Browse files

added more paths to Toolbox

parent 75cafe60
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,9 @@ struct Toolbox {
const int texoffset_right, //texture offset right
const int texoffset_bottom, //texture offset bottom
const int texoffset_top, //texture offset top
const std::string shaderpath); //path to shaders
const std::string shaderpath, //path to shaders
const std::string texturepath, //path to textures
const std::string resourcepath); //path to resources
Toolbox(const Toolbox&) = delete;
/*Clear Mailbox and Events*/
......@@ -57,6 +59,8 @@ struct Toolbox {
const int texoffset_left, texoffset_right;
const int texoffset_bottom, texoffset_top;
std::string shader_path;
std::string texture_path;
std::string resource_path;
float time;
float dt;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment