Descent3/mac/InSprocketResource.h

83 lines
2.0 KiB
C

/*
* Descent 3
* Copyright (C) 2024 Parallax Software
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* File: InSprocketResource.h
*
*/
#ifndef __InSprocketResource__
#define __InSprocketResource__
// ICN#s -- Icon suites
enum {
kIconSuiteID_YawR = 132,
kIconSuiteID_YawL = 133,
kIconSuiteID_Yaw = 134,
kIconSuiteID_PitchD = 135,
kIconSuiteID_PitchU = 136,
kIconSuiteID_Pitch = 137,
kIconSuiteID_RollL = 138,
kIconSuiteID_RollR = 139,
kIconSuiteID_Roll = 140,
kIconSuiteID_SlideUp = 141,
kIconSuiteID_SlideDown = 142,
kIconSuiteID_SlideVert = 143,
kIconSuiteID_SlideRight = 144,
kIconSuiteID_SlideLeft = 145,
kIconSuiteID_SlideHorz = 146,
kIconSuiteID_Back = 147,
kIconSuiteID_Foward = 148,
kIconSuiteID_Thrust = 149,
kIconSuiteID_BankOn = 150,
kIconSuiteID_SlideOn = 151,
kIconSuiteID_UseCM = 152,
kIconSuiteID_NextCM = 153,
kIconSuiteID_PrevCM = 154,
kIconSuiteID_HeadLight = 155,
kIconSuiteID_Map = 156,
kIconSuiteID_UseInv = 157,
kIconSuiteID_NextInv = 158,
kIconSuiteID_PrevInv = 159,
kIconSuiteID_FirePrim = 160,
kIconSuiteID_FireSecond = 161,
kIconSuiteID_NextPrim = 162,
kIconSuiteID_NextSecond = 163,
kIconSuiteID_AfterBurn = 164,
kIconSuiteID_Flare = 165,
kIconSuiteID_RearView = 166,
kIconSuiteID_PrevPrim = 168,
kIconSuiteID_PrevSecond = 169
};
// setl
enum { kSetListID = 128 };
#endif /* __InSprocketResourcee__ */