diff --git a/src/xrGame/ui/UIDebugFonts.cpp b/src/xrGame/ui/UIDebugFonts.cpp index b46007ae02b..864538a62b1 100644 --- a/src/xrGame/ui/UIDebugFonts.cpp +++ b/src/xrGame/ui/UIDebugFonts.cpp @@ -1,3 +1,11 @@ +// File: UIDebugFonts.cpp +// Description: Output list of all fonts +// Created: 22.03.2005 +// Author: Serge Vynnychenko +// Mail: narrator@gsc-game.kiev.ua +// +// Copyright 2005 GSC Game World + #include "StdAfx.h" #include "UIDebugFonts.h" diff --git a/src/xrGame/ui/UIPdaKillMessage.cpp b/src/xrGame/ui/UIPdaKillMessage.cpp index 6b7e4153749..125a6533651 100644 --- a/src/xrGame/ui/UIPdaKillMessage.cpp +++ b/src/xrGame/ui/UIPdaKillMessage.cpp @@ -1,3 +1,11 @@ +// File: UIPdaKillMessage.cpp +// Description: HUD message about player death. Implementation of visual behavior +// Created: 10.03.2005 +// Author: Serge Vynnychenko +// Mail: narrator@gsc-game.kiev.ua +// +// Copyright 2005 GSC GameWorld + #include "StdAfx.h" #include "UIPdaKillMessage.h" #include "UIInventoryUtilities.h" diff --git a/src/xrGame/ui/UIPdaKillMessage.h b/src/xrGame/ui/UIPdaKillMessage.h index ae37aa7e463..c8df84bb6e1 100644 --- a/src/xrGame/ui/UIPdaKillMessage.h +++ b/src/xrGame/ui/UIPdaKillMessage.h @@ -1,3 +1,11 @@ +// File: UIPdaKillMessage.h +// Description: HUD message about player death. Implementation of visual behavior +// Created: 10.03.2005 +// Author: Serge Vynnychenko +// Mail: narrator@gsc-game.kiev.ua +// +// Copyright 2005 GSC GameWorld + #pragma once #include "KillMessageStruct.h" diff --git a/src/xrGame/ui/UISkinSelector.h b/src/xrGame/ui/UISkinSelector.h index b9b18e92829..fe3a7da0e7c 100644 --- a/src/xrGame/ui/UISkinSelector.h +++ b/src/xrGame/ui/UISkinSelector.h @@ -1,5 +1,8 @@ -#ifndef UI_SKIN_SELECTOR_H_ -#define UI_SKIN_SELECTOR_H_ +//-----------------------------------------------------------------------------/ +// Окно выбора скина в сетевой игре +//-----------------------------------------------------------------------------/ + +#pragma once #include "UIDialogWnd.h" @@ -61,5 +64,3 @@ class CUISkinSelectorWnd final : public CUIDialogWnd int m_firstSkin; s16 m_team; }; - -#endif diff --git a/src/xrUICore/Buttons/UI3tButton.h b/src/xrUICore/Buttons/UI3tButton.h index 169ed822a76..25176961eb6 100644 --- a/src/xrUICore/Buttons/UI3tButton.h +++ b/src/xrUICore/Buttons/UI3tButton.h @@ -1,4 +1,14 @@ +// File: UI3tButton.cpp +// Description: Button with 3 texutres (for , and states) +// Created: 07.12.2004 +// Author: Serhiy 0. Vynnychenk0 +// Mail: narrator@gsc-game.kiev.ua +// +// copyright 2004 GSC Game World +// + #pragma once + #include "xrUICore/Buttons/UIButton.h" #include "xrUICore/InteractiveBackground/UI_IB_Static.h" #include "xrSound/Sound.h" diff --git a/src/xrUICore/Lines/UILines.h b/src/xrUICore/Lines/UILines.h index 4ad0634eb34..a01c90a48ba 100644 --- a/src/xrUICore/Lines/UILines.h +++ b/src/xrUICore/Lines/UILines.h @@ -1,4 +1,13 @@ +// File: UILines.h +// Description: Multilines Text Control +// Created: 11.03.2005 +// Author: Serge Vynnycheko +// Mail: narrator@gsc-game.kiev.ua +// +// Copyright 2005 GSC Game World + #pragma once + #include "xrUICore/Lines/UILine.h" #include "xrUICore/uiabstract.h" diff --git a/src/xrUICore/SpinBox/UISpinText.h b/src/xrUICore/SpinBox/UISpinText.h index 9921a7c004a..5c19cb05545 100644 --- a/src/xrUICore/SpinBox/UISpinText.h +++ b/src/xrUICore/SpinBox/UISpinText.h @@ -1,3 +1,9 @@ +// file: UISpinNum.h +// description: Spin Button with text data (unlike numerical data) +// created: 15.06.2005 +// author: Serge Vynnychenko +// + #pragma once #include "xrUICore/SpinBox/UICustomSpin.h"