www.pudn.com > coolMEMORY.rar > AS_LanguageText.h
//----------------------------------------------------------------------------- // File: AS_LanguageText.h //----------------------------------------------------------------------------- /////////////////////////////////////////////////////////////////////////////// // Here are all pointers to the texts: T_HelpFile = pbyASText[0], T_CreditsFile = pbyASText[1], T_Ok = pbyASText[2], T_Cancel = pbyASText[3], T_Fullscreen = pbyASText[4], T_DisplayMode = pbyASText[5], T_Language = pbyASText[6], T_Help = pbyASText[7], T_Music = pbyASText[8], T_Sound = pbyASText[9], T_ShowFPS = pbyASText[10], T_Log = pbyASText[11], T_Lighting = pbyASText[12], T_None = pbyASText[13], T_Flat = pbyASText[14], T_Smooth = pbyASText[15], T_FastTexturing = pbyASText[16], T_UseMipmaps = pbyASText[17], T_Credits = pbyASText[18], T_Configuration = pbyASText[19]; T_Homepage = pbyASText[20]; T_Version_ = pbyASText[21]; T_ProgrammingAndDesign_ = pbyASText[22]; T_Music_ = pbyASText[23]; T_Homepage_ = pbyASText[24]; T_EMail_ = pbyASText[25]; T_ProgramInfo_ = pbyASText[26]; T_Build_ = pbyASText[27]; T_General = pbyASText[28], T_Graphic = pbyASText[29], T_Programming = pbyASText[30], T_HightRenderQuality = pbyASText[31], T_MouseSensibility = pbyASText[32], T_Quit = pbyASText[33], T_Error = pbyASText[34], T_Pause = pbyASText[35], T_MoreCredits = pbyASText[36], T_Options = pbyASText[37], T_Yes = pbyASText[38], T_No = pbyASText[39], T_Multitexturing = pbyASText[40], T_Particles = pbyASText[41], T_ParticleDensity = pbyASText[42], T_Low = pbyASText[43], T_Middle = pbyASText[44], T_All = pbyASText[45], T_ZBuffer = pbyASText[46], T_MusicVolume = pbyASText[47], T_Slow = pbyASText[48], T_Normal = pbyASText[49], T_Fast = pbyASText[50], T_Control = pbyASText[51], T_WireframeMode = pbyASText[52], T_PointMode = pbyASText[53], T_LightMaps = pbyASText[54], T_GraphicAndDesign_ = pbyASText[55], T_Player = pbyASText[56], T_Human = pbyASText[57], T_ComputerEasy = pbyASText[58], T_ComputerNormal = pbyASText[59], T_ComputerClever = pbyASText[60], T_ShowCardsAtBeginning = pbyASText[61], T_TimeLimit = pbyASText[62], T_Seconds = pbyASText[63], T_Rounds = pbyASText[64], T_ErrorLimit = pbyASText[65], T_CardPairs = pbyASText[66], T_CardStyle = pbyASText[67], T_StartGame = pbyASText[68], T_SetStandart = pbyASText[69], T_GameMenu = pbyASText[70], T_ThinkTimeLimit = pbyASText[71], T_Intro = pbyASText[72], T_Round = pbyASText[73], T_GameFinished = pbyASText[74], T_GameDuration = pbyASText[75], T_Result = pbyASText[76], T_FoundCardPairs = pbyASText[77], T_CheatsActivated = pbyASText[78], T_AdvancedGameMenu = pbyASText[79], T_AdvancedOptions = pbyASText[80], T_ShowLog = pbyASText[81], // *T_ = pbyASText[], // Pointer to messages: M_FirstProgramStart = pbyASMessage[0], M_ProgramWasNotSutDownCorrectlyAtLastTime = pbyASMessage[1], M_ProgramEndErrorDetected = pbyASMessage[2], M_TheProgramIsAlreadyRunning = pbyASMessage[3], M_CouldNotInitializeOpenGLGraphic = pbyASMessage[4], M_PressAnyKeyToContinue = pbyASMessage[5], M_AreYouSure = pbyASMessage[6], // *M_ = pbyASMessage[], ///////////////////////////////////////////////////////////////////////////////