15 lines
445 B
Ucode
15 lines
445 B
Ucode
//==============================================================================
|
|
// Created on: 11/19/2003
|
|
// Configure GUI options, like whether warnings are shown when adjusting settings.
|
|
//
|
|
// Written by Ron Prestenback
|
|
// © 2003, Epic Games, Inc. All Rights Reserved
|
|
//==============================================================================
|
|
|
|
class UT2K4Tab_GUISettings extends Settings_Tabs;
|
|
|
|
DefaultProperties
|
|
{
|
|
|
|
}
|