#include "rFont.h"#include "rScreen.h"#include "rViewport.h"#include "rConsole.h"#include "tConfiguration.h"#include "rGL.h"

Go to the source code of this file.
Variables | |
| int | sr_viewportBelongsToPlayer [MAX_VIEWPORTS] |
| int | s_newViewportBelongsToPlayer [MAX_VIEWPORTS] |
| static int | conf_num = 0 |
| static tConfItem< int > | confn ("VIEWPORT_CONF", rViewportConfiguration::next_conf_num) |
| static int | vpb_dir [MAX_VIEWPORTS] |
int conf_num = 0 [static] |
Definition at line 196 of file rViewport.cpp.
Referenced by rViewport::CorrectViewport(), rViewport::CorrectViewports(), rViewportConfiguration::CurrentViewportConfiguration(), and rViewportConfiguration::UpdateConf().
| int s_newViewportBelongsToPlayer[MAX_VIEWPORTS] |
Definition at line 109 of file rViewport.cpp.
Referenced by rViewport::CorrectViewport(), ePlayer::Init(), ArmageTronPlayer_to_viewport_menuitem::Render(), ArmageTronPlayer_to_viewport_menuitem::RenderBackground(), and rViewport::Update().
| int sr_viewportBelongsToPlayer[MAX_VIEWPORTS] |
Definition at line 109 of file rViewport.cpp.
Referenced by display_cockpit_lucifer(), RenderAllViewports(), se_DisplayChatLocallyClient(), and rViewport::Update().
int vpb_dir[MAX_VIEWPORTS] [static] |
Definition at line 251 of file rViewport.cpp.
Referenced by rViewport::CorrectViewport(), and rViewport::SetDirectionOfCorrection().
1.5.4