sound_ids.h
上传用户:king477883
上传日期:2021-03-01
资源大小:9553k
文件大小:11k
源码类别:

游戏引擎

开发平台:

C++ Builder

  1. /** 
  2.  * @file sound_ids.h
  3.  * @brief Temporary holder for sound IDs.
  4.  *
  5.  * $LicenseInfo:firstyear=2001&license=viewergpl$
  6.  * 
  7.  * Copyright (c) 2001-2010, Linden Research, Inc.
  8.  * 
  9.  * Second Life Viewer Source Code
  10.  * The source code in this file ("Source Code") is provided by Linden Lab
  11.  * to you under the terms of the GNU General Public License, version 2.0
  12.  * ("GPL"), unless you have obtained a separate licensing agreement
  13.  * ("Other License"), formally executed by you and Linden Lab.  Terms of
  14.  * the GPL can be found in doc/GPL-license.txt in this distribution, or
  15.  * online at http://secondlifegrid.net/programs/open_source/licensing/gplv2
  16.  * 
  17.  * There are special exceptions to the terms and conditions of the GPL as
  18.  * it is applied to this Source Code. View the full text of the exception
  19.  * in the file doc/FLOSS-exception.txt in this software distribution, or
  20.  * online at
  21.  * http://secondlifegrid.net/programs/open_source/licensing/flossexception
  22.  * 
  23.  * By copying, modifying or distributing this software, you acknowledge
  24.  * that you have read and understood your obligations described above,
  25.  * and agree to abide by those obligations.
  26.  * 
  27.  * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
  28.  * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
  29.  * COMPLETENESS OR PERFORMANCE.
  30.  * $/LicenseInfo$
  31.  */
  32. #ifndef LL_SOUND_IDS_H
  33. #define LL_SOUND_IDS_H
  34. // *NOTE: Do not put the actual IDs in this file - otherwise the symbols
  35. // and values will be copied into every .o/.obj file and increase link time.
  36. class LLUUID;
  37. extern const LLUUID SND_NULL;
  38. extern const LLUUID SND_RIDE;
  39. extern const LLUUID SND_SHOT;
  40. extern const LLUUID SND_MORTAR;
  41. extern const LLUUID SND_HIT;
  42. extern const LLUUID SND_EXPLOSION;
  43. extern const LLUUID SND_BOING;
  44. extern const LLUUID SND_OBJECT_CREATE;
  45. //  Different bird sounds for different states 
  46. extern const LLUUID SND_CHIRP; //  Flying random chirp
  47. extern const LLUUID SND_CHIRP2; //  Spooked by user 
  48. extern const LLUUID SND_CHIRP3; //  Spooked by object
  49. extern const LLUUID SND_CHIRP4; //  Chasing other bird 
  50. extern const LLUUID SND_CHIRP5; //  Hopping random chirp
  51. extern const LLUUID SND_CHIRPDEAD; //  Hit by grenade - dead!
  52. extern const LLUUID SND_MUNCH;
  53. extern const LLUUID SND_PUNCH;
  54. extern const LLUUID SND_SPLASH;
  55. extern const LLUUID SND_CLICK;
  56. extern const LLUUID SND_WHISTLE;
  57. extern const LLUUID SND_TYPING;
  58. extern const LLUUID SND_ARROW_SHOT;
  59. extern const LLUUID SND_ARROW_THUD;
  60. extern const LLUUID SND_LASER_SHOT;
  61. extern const LLUUID SND_JET_THRUST;
  62. extern const LLUUID SND_SILENCE;
  63. extern const LLUUID SND_BUBBLES;
  64. extern const LLUUID SND_WELCOME;
  65. extern const LLUUID SND_SQUISH;
  66. extern const LLUUID SND_SUBPOD;
  67. extern const LLUUID SND_FOOTSTEPS;
  68. extern const LLUUID SND_STEP_LEFT;
  69. extern const LLUUID SND_STEP_RIGHT;
  70. extern const LLUUID SND_BALL_COLLISION;
  71. extern const LLUUID SND_OOOH_SCARE_ME;
  72. extern const LLUUID SND_PAYBACK_TIME;
  73. extern const LLUUID SND_READY_FOR_BATTLE;
  74. extern const LLUUID SND_FLESH_FLESH;
  75. extern const LLUUID SND_FLESH_PLASTIC;
  76. extern const LLUUID SND_FLESH_RUBBER;
  77. extern const LLUUID SND_GLASS_FLESH;
  78. extern const LLUUID SND_GLASS_GLASS;
  79. extern const LLUUID SND_GLASS_PLASTIC;
  80. extern const LLUUID SND_GLASS_RUBBER;
  81. extern const LLUUID SND_GLASS_WOOD;
  82. extern const LLUUID SND_METAL_FLESH;
  83. extern const LLUUID SND_METAL_GLASS;
  84. extern const LLUUID SND_METAL_METAL;
  85. extern const LLUUID SND_METAL_PLASTIC;
  86. extern const LLUUID SND_METAL_RUBBER;
  87. extern const LLUUID SND_METAL_WOOD;
  88. extern const LLUUID SND_PLASTIC_PLASTIC;
  89. extern const LLUUID SND_RUBBER_PLASTIC;
  90. extern const LLUUID SND_RUBBER_RUBBER;
  91. extern const LLUUID SND_STONE_FLESH;
  92. extern const LLUUID SND_STONE_GLASS;
  93. extern const LLUUID SND_STONE_METAL;
  94. extern const LLUUID SND_STONE_PLASTIC;
  95. extern const LLUUID SND_STONE_RUBBER;
  96. extern const LLUUID SND_STONE_STONE;
  97. extern const LLUUID SND_STONE_WOOD;
  98. extern const LLUUID SND_WOOD_FLESH;
  99. extern const LLUUID SND_WOOD_PLASTIC;
  100. extern const LLUUID SND_WOOD_RUBBER;
  101. extern const LLUUID SND_WOOD_WOOD;
  102. extern const LLUUID SND_SLIDE_FLESH_FLESH;
  103. extern const LLUUID SND_SLIDE_FLESH_PLASTIC;
  104. extern const LLUUID SND_SLIDE_FLESH_RUBBER;
  105. extern const LLUUID SND_SLIDE_FLESH_FABRIC;
  106. extern const LLUUID SND_SLIDE_FLESH_GRAVEL;
  107. extern const LLUUID SND_SLIDE_FLESH_GRAVEL_02;
  108. extern const LLUUID SND_SLIDE_FLESH_GRAVEL_03;
  109. extern const LLUUID SND_SLIDE_GLASS_GRAVEL;
  110. extern const LLUUID SND_SLIDE_GLASS_GRAVEL_02;
  111. extern const LLUUID SND_SLIDE_GLASS_GRAVEL_03;
  112. extern const LLUUID SND_SLIDE_GLASS_FLESH;
  113. extern const LLUUID SND_SLIDE_GLASS_GLASS;
  114. extern const LLUUID SND_SLIDE_GLASS_PLASTIC;
  115. extern const LLUUID SND_SLIDE_GLASS_RUBBER;
  116. extern const LLUUID SND_SLIDE_GLASS_WOOD;
  117. extern const LLUUID SND_SLIDE_METAL_FABRIC;
  118. extern const LLUUID SND_SLIDE_METAL_FLESH;
  119. extern const LLUUID SND_SLIDE_METAL_FLESH_02;
  120. extern const LLUUID SND_SLIDE_METAL_GLASS;
  121. extern const LLUUID SND_SLIDE_METAL_GLASS_02;
  122. extern const LLUUID SND_SLIDE_METAL_GLASS_03;
  123. extern const LLUUID SND_SLIDE_METAL_GLASS_04;
  124. extern const LLUUID SND_SLIDE_METAL_GRAVEL;
  125. extern const LLUUID SND_SLIDE_METAL_GRAVEL_02;
  126. extern const LLUUID SND_SLIDE_METAL_METAL;
  127. extern const LLUUID SND_SLIDE_METAL_METAL_02;
  128. extern const LLUUID SND_SLIDE_METAL_METAL_03;
  129. extern const LLUUID SND_SLIDE_METAL_METAL_04;
  130. extern const LLUUID SND_SLIDE_METAL_METAL_05;
  131. extern const LLUUID SND_SLIDE_METAL_METAL_06;
  132. extern const LLUUID SND_SLIDE_METAL_PLASTIC;
  133. extern const LLUUID SND_SLIDE_METAL_RUBBER;
  134. extern const LLUUID SND_SLIDE_METAL_WOOD;
  135. extern const LLUUID SND_SLIDE_METAL_WOOD_02;
  136. extern const LLUUID SND_SLIDE_METAL_WOOD_03;
  137. extern const LLUUID SND_SLIDE_METAL_WOOD_04;
  138. extern const LLUUID SND_SLIDE_METAL_WOOD_05;
  139. extern const LLUUID SND_SLIDE_METAL_WOOD_06;
  140. extern const LLUUID SND_SLIDE_METAL_WOOD_07;
  141. extern const LLUUID SND_SLIDE_METAL_WOOD_08;
  142. extern const LLUUID SND_SLIDE_PLASTIC_GRAVEL;
  143. extern const LLUUID SND_SLIDE_PLASTIC_GRAVEL_02;
  144. extern const LLUUID SND_SLIDE_PLASTIC_GRAVEL_03;
  145. extern const LLUUID SND_SLIDE_PLASTIC_GRAVEL_04;
  146. extern const LLUUID SND_SLIDE_PLASTIC_GRAVEL_05;
  147. extern const LLUUID SND_SLIDE_PLASTIC_GRAVEL_06;
  148. extern const LLUUID SND_SLIDE_PLASTIC_PLASTIC;
  149. extern const LLUUID SND_SLIDE_PLASTIC_PLASTIC_02;
  150. extern const LLUUID SND_SLIDE_PLASTIC_PLASTIC_03;
  151. extern const LLUUID SND_SLIDE_PLASTIC_FABRIC;
  152. extern const LLUUID SND_SLIDE_PLASTIC_FABRIC_02;
  153. extern const LLUUID SND_SLIDE_PLASTIC_FABRIC_03;
  154. extern const LLUUID SND_SLIDE_PLASTIC_FABRIC_04;
  155. extern const LLUUID SND_SLIDE_RUBBER_PLASTIC;
  156. extern const LLUUID SND_SLIDE_RUBBER_PLASTIC_02;
  157. extern const LLUUID SND_SLIDE_RUBBER_PLASTIC_03;
  158. extern const LLUUID SND_SLIDE_RUBBER_RUBBER;
  159. extern const LLUUID SND_SLIDE_STONE_FLESH;
  160. extern const LLUUID SND_SLIDE_STONE_GLASS;
  161. extern const LLUUID SND_SLIDE_STONE_METAL;
  162. extern const LLUUID SND_SLIDE_STONE_PLASTIC;
  163. extern const LLUUID SND_SLIDE_STONE_PLASTIC_02;
  164. extern const LLUUID SND_SLIDE_STONE_PLASTIC_03;
  165. extern const LLUUID SND_SLIDE_STONE_RUBBER;
  166. extern const LLUUID SND_SLIDE_STONE_RUBBER_02;
  167. extern const LLUUID SND_SLIDE_STONE_STONE;
  168. extern const LLUUID SND_SLIDE_STONE_STONE_02;
  169. extern const LLUUID SND_SLIDE_STONE_WOOD;
  170. extern const LLUUID SND_SLIDE_STONE_WOOD_02;
  171. extern const LLUUID SND_SLIDE_STONE_WOOD_03;
  172. extern const LLUUID SND_SLIDE_STONE_WOOD_04;
  173. extern const LLUUID SND_SLIDE_WOOD_FABRIC;
  174. extern const LLUUID SND_SLIDE_WOOD_FABRIC_02;
  175. extern const LLUUID SND_SLIDE_WOOD_FABRIC_03;
  176. extern const LLUUID SND_SLIDE_WOOD_FABRIC_04;
  177. extern const LLUUID SND_SLIDE_WOOD_FLESH;
  178. extern const LLUUID SND_SLIDE_WOOD_FLESH_02;
  179. extern const LLUUID SND_SLIDE_WOOD_FLESH_03;
  180. extern const LLUUID SND_SLIDE_WOOD_FLESH_04;
  181. extern const LLUUID SND_SLIDE_WOOD_GRAVEL;
  182. extern const LLUUID SND_SLIDE_WOOD_GRAVEL_02;
  183. extern const LLUUID SND_SLIDE_WOOD_GRAVEL_03;
  184. extern const LLUUID SND_SLIDE_WOOD_GRAVEL_04;
  185. extern const LLUUID SND_SLIDE_WOOD_PLASTIC;
  186. extern const LLUUID SND_SLIDE_WOOD_PLASTIC_02;
  187. extern const LLUUID SND_SLIDE_WOOD_PLASTIC_03;
  188. extern const LLUUID SND_SLIDE_WOOD_RUBBER;
  189. extern const LLUUID SND_SLIDE_WOOD_WOOD;
  190. extern const LLUUID SND_SLIDE_WOOD_WOOD_02;
  191. extern const LLUUID SND_SLIDE_WOOD_WOOD_03;
  192. extern const LLUUID SND_SLIDE_WOOD_WOOD_04;
  193. extern const LLUUID SND_SLIDE_WOOD_WOOD_05;
  194. extern const LLUUID SND_SLIDE_WOOD_WOOD_06;
  195. extern const LLUUID SND_SLIDE_WOOD_WOOD_07;
  196. extern const LLUUID SND_SLIDE_WOOD_WOOD_08;
  197. extern const LLUUID SND_ROLL_FLESH_FLESH;
  198. extern const LLUUID SND_ROLL_FLESH_PLASTIC;
  199. extern const LLUUID SND_ROLL_FLESH_PLASTIC_02;
  200. extern const LLUUID SND_ROLL_FLESH_RUBBER;
  201. extern const LLUUID SND_ROLL_GLASS_GRAVEL;
  202. extern const LLUUID SND_ROLL_GLASS_GRAVEL_02;
  203. extern const LLUUID SND_ROLL_GLASS_FLESH;
  204. extern const LLUUID SND_ROLL_GLASS_GLASS;
  205. extern const LLUUID SND_ROLL_GLASS_PLASTIC;
  206. extern const LLUUID SND_ROLL_GLASS_RUBBER;
  207. extern const LLUUID SND_ROLL_GLASS_WOOD;
  208. extern const LLUUID SND_ROLL_GLASS_WOOD_02;
  209. extern const LLUUID SND_ROLL_GRAVEL_GRAVEL;
  210. extern const LLUUID SND_ROLL_GRAVEL_GRAVEL_02;
  211. extern const LLUUID SND_ROLL_METAL_FABRIC;
  212. extern const LLUUID SND_ROLL_METAL_FABRIC_02;
  213. extern const LLUUID SND_ROLL_METAL_FLESH;
  214. extern const LLUUID SND_ROLL_METAL_GLASS;
  215. extern const LLUUID SND_ROLL_METAL_GLASS_02;
  216. extern const LLUUID SND_ROLL_METAL_GLASS_03;
  217. extern const LLUUID SND_ROLL_METAL_GRAVEL;
  218. extern const LLUUID SND_ROLL_METAL_METAL;
  219. extern const LLUUID SND_ROLL_METAL_METAL_02;
  220. extern const LLUUID SND_ROLL_METAL_METAL_03;
  221. extern const LLUUID SND_ROLL_METAL_METAL_04;
  222. extern const LLUUID SND_ROLL_METAL_PLASTIC;
  223. extern const LLUUID SND_ROLL_METAL_PLASTIC_01;
  224. extern const LLUUID SND_ROLL_METAL_RUBBER;
  225. extern const LLUUID SND_ROLL_METAL_WOOD;
  226. extern const LLUUID SND_ROLL_METAL_WOOD_02;
  227. extern const LLUUID SND_ROLL_METAL_WOOD_03;
  228. extern const LLUUID SND_ROLL_METAL_WOOD_04;
  229. extern const LLUUID SND_ROLL_METAL_WOOD_05;
  230. extern const LLUUID SND_ROLL_PLASTIC_FABRIC;
  231. extern const LLUUID SND_ROLL_PLASTIC_PLASTIC;
  232. extern const LLUUID SND_ROLL_PLASTIC_PLASTIC_02;
  233. extern const LLUUID SND_ROLL_RUBBER_PLASTIC;
  234. extern const LLUUID SND_ROLL_RUBBER_RUBBER;
  235. extern const LLUUID SND_ROLL_STONE_FLESH;
  236. extern const LLUUID SND_ROLL_STONE_GLASS;
  237. extern const LLUUID SND_ROLL_STONE_METAL;
  238. extern const LLUUID SND_ROLL_STONE_PLASTIC;
  239. extern const LLUUID SND_ROLL_STONE_RUBBER;
  240. extern const LLUUID SND_ROLL_STONE_STONE;
  241. extern const LLUUID SND_ROLL_STONE_STONE_02;
  242. extern const LLUUID SND_ROLL_STONE_STONE_03;
  243. extern const LLUUID SND_ROLL_STONE_STONE_04;
  244. extern const LLUUID SND_ROLL_STONE_STONE_05;
  245. extern const LLUUID SND_ROLL_STONE_WOOD;
  246. extern const LLUUID SND_ROLL_STONE_WOOD_02;
  247. extern const LLUUID SND_ROLL_STONE_WOOD_03;
  248. extern const LLUUID SND_ROLL_STONE_WOOD_04;
  249. extern const LLUUID SND_ROLL_WOOD_FLESH;
  250. extern const LLUUID SND_ROLL_WOOD_FLESH_02;
  251. extern const LLUUID SND_ROLL_WOOD_FLESH_03;
  252. extern const LLUUID SND_ROLL_WOOD_FLESH_04;
  253. extern const LLUUID SND_ROLL_WOOD_GRAVEL;
  254. extern const LLUUID SND_ROLL_WOOD_GRAVEL_02;
  255. extern const LLUUID SND_ROLL_WOOD_GRAVEL_03;
  256. extern const LLUUID SND_ROLL_WOOD_PLASTIC;
  257. extern const LLUUID SND_ROLL_WOOD_PLASTIC_02;
  258. extern const LLUUID SND_ROLL_WOOD_RUBBER;
  259. extern const LLUUID SND_ROLL_WOOD_WOOD;
  260. extern const LLUUID SND_ROLL_WOOD_WOOD_02;
  261. extern const LLUUID SND_ROLL_WOOD_WOOD_03;
  262. extern const LLUUID SND_ROLL_WOOD_WOOD_04;
  263. extern const LLUUID SND_ROLL_WOOD_WOOD_05;
  264. extern const LLUUID SND_ROLL_WOOD_WOOD_06;
  265. extern const LLUUID SND_ROLL_WOOD_WOOD_07;
  266. extern const LLUUID SND_ROLL_WOOD_WOOD_08;
  267. extern const LLUUID SND_ROLL_WOOD_WOOD_09;
  268. extern const LLUUID SND_SLIDE_STONE_STONE_01;
  269. extern const LLUUID SND_STONE_DIRT_01;
  270. extern const LLUUID SND_STONE_DIRT_02;
  271. extern const LLUUID SND_STONE_DIRT_03;
  272. extern const LLUUID SND_STONE_DIRT_04;
  273. extern const LLUUID SND_STONE_STONE_02;
  274. extern const LLUUID SND_STONE_STONE_04;
  275. #endif