SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <iostream>
#include <fx.h>
#include <fx3d.h>
#include <utils/foxtools/MFXImageHelper.h>
#include <utils/gui/globjects/GUIGlObject.h>
#include <utils/gui/globjects/GLIncludes.h>
#include <utils/gui/windows/GUIMainWindow.h>
#include <utils/common/MsgHandler.h>
#include "GUITexturesHelper.h"
Go to the source code of this file.
Variables | |
bool | gAllowTextures |
determines whether the textures shall be displayed within the gui |
Definition in file GUITexturesHelper.cpp.
bool gAllowTextures |
determines whether the textures shall be displayed within the gui
Definition at line 50 of file GUITexturesHelper.cpp.
Referenced by GUIDialog_AppSettings::onCmdOk(), and GUILoadThread::run().