PageRenderTime 149ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/llcommon/imageids.h

https://bitbucket.org/lindenlab/viewer-beta/
C++ Header | 69 lines | 28 code | 11 blank | 30 comment | 0 complexity | 20a4913f5f58c404d727472c6e293054 MD5 | raw file
Possible License(s): LGPL-2.1
  1. /**
  2. * @file imageids.h
  3. * @brief Temporary holder for image IDs
  4. *
  5. * $LicenseInfo:firstyear=2001&license=viewerlgpl$
  6. * Second Life Viewer Source Code
  7. * Copyright (C) 2010, Linden Research, Inc.
  8. *
  9. * This library is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU Lesser General Public
  11. * License as published by the Free Software Foundation;
  12. * version 2.1 of the License only.
  13. *
  14. * This library is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. * Lesser General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU Lesser General Public
  20. * License along with this library; if not, write to the Free Software
  21. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  22. *
  23. * Linden Research, Inc., 945 Battery Street, San Francisco, CA 94111 USA
  24. * $/LicenseInfo$
  25. */
  26. #ifndef LL_IMAGEIDS_H
  27. #define LL_IMAGEIDS_H
  28. //
  29. // USE OF THIS FILE IS DEPRECATED
  30. //
  31. // Please use viewerart.ini and the standard
  32. // art import path.
  33. class LLUUID;
  34. LL_COMMON_API extern const LLUUID IMG_SMOKE;
  35. LL_COMMON_API extern const LLUUID IMG_DEFAULT;
  36. LL_COMMON_API extern const LLUUID IMG_SUN;
  37. LL_COMMON_API extern const LLUUID IMG_MOON;
  38. LL_COMMON_API extern const LLUUID IMG_CLOUD_POOF;
  39. LL_COMMON_API extern const LLUUID IMG_SHOT;
  40. LL_COMMON_API extern const LLUUID IMG_SPARK;
  41. LL_COMMON_API extern const LLUUID IMG_FIRE;
  42. LL_COMMON_API extern const LLUUID IMG_FACE_SELECT;
  43. LL_COMMON_API extern const LLUUID IMG_DEFAULT_AVATAR;
  44. LL_COMMON_API extern const LLUUID IMG_INVISIBLE;
  45. LL_COMMON_API extern const LLUUID IMG_EXPLOSION;
  46. LL_COMMON_API extern const LLUUID IMG_EXPLOSION_2;
  47. LL_COMMON_API extern const LLUUID IMG_EXPLOSION_3;
  48. LL_COMMON_API extern const LLUUID IMG_EXPLOSION_4;
  49. LL_COMMON_API extern const LLUUID IMG_SMOKE_POOF;
  50. LL_COMMON_API extern const LLUUID IMG_BIG_EXPLOSION_1;
  51. LL_COMMON_API extern const LLUUID IMG_BIG_EXPLOSION_2;
  52. LL_COMMON_API extern const LLUUID IMG_BLOOM1;
  53. LL_COMMON_API extern const LLUUID TERRAIN_DIRT_DETAIL;
  54. LL_COMMON_API extern const LLUUID TERRAIN_GRASS_DETAIL;
  55. LL_COMMON_API extern const LLUUID TERRAIN_MOUNTAIN_DETAIL;
  56. LL_COMMON_API extern const LLUUID TERRAIN_ROCK_DETAIL;
  57. LL_COMMON_API extern const LLUUID DEFAULT_WATER_NORMAL;
  58. #endif