Rigs of Rods 2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
GUI_ScriptMonitor.h
Go to the documentation of this file.
1/*
2 This source file is part of Rigs of Rods
3 Copyright 2021 tritonas00
4 For more information, see http://www.rigsofrods.org/
5 Rigs of Rods is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License version 3, as
7 published by the Free Software Foundation.
8 Rigs of Rods is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 GNU General Public License for more details.
12 You should have received a copy of the GNU General Public License
13 along with Rigs of Rods. If not, see <http://www.gnu.org/licenses/>.
14*/
15
17
18#pragma once
19
20#include "Application.h"
21
22#include <OgreStringVector.h>
23
24namespace RoR {
25namespace GUI {
26
28{
29public:
30 void Draw();
31private:
32 void DrawCommentedSeparator(const char* text);
33 Ogre::StringVector m_recent_displaylist;
34};
35
36} // namespace GUI
37} // namespace RoR
Central state/object manager and communications hub.
void DrawCommentedSeparator(const char *text)
Ogre::StringVector m_recent_displaylist