diff options
Diffstat (limited to 'linden/indra/llui/llresmgr.h')
-rw-r--r-- | linden/indra/llui/llresmgr.h | 66 |
1 files changed, 2 insertions, 64 deletions
diff --git a/linden/indra/llui/llresmgr.h b/linden/indra/llui/llresmgr.h index 810d386..f9ec115 100644 --- a/linden/indra/llui/llresmgr.h +++ b/linden/indra/llui/llresmgr.h | |||
@@ -36,6 +36,7 @@ | |||
36 | #include "locale.h" | 36 | #include "locale.h" |
37 | #include "stdtypes.h" | 37 | #include "stdtypes.h" |
38 | #include "llstring.h" | 38 | #include "llstring.h" |
39 | #include "llmemory.h" | ||
39 | 40 | ||
40 | enum LLLOCALE_ID | 41 | enum LLLOCALE_ID |
41 | { | 42 | { |
@@ -44,67 +45,6 @@ enum LLLOCALE_ID | |||
44 | LLLOCALE_COUNT // Number of values in this enum. Keep at end. | 45 | LLLOCALE_COUNT // Number of values in this enum. Keep at end. |
45 | }; | 46 | }; |
46 | 47 | ||
47 | /* | ||
48 | enum LLSTR_ID | ||
49 | { | ||
50 | LLSTR_HELLO, | ||
51 | LLSTR_GOODBYE, | ||
52 | LLSTR_CHAT_LABEL, | ||
53 | LLSTR_STATUS_LABEL, | ||
54 | LLSTR_X, | ||
55 | LLSTR_Y, | ||
56 | LLSTR_Z, | ||
57 | LLSTR_POSITION, | ||
58 | LLSTR_SCALE, | ||
59 | LLSTR_ROTATION, | ||
60 | LLSTR_HAS_PHYSICS, | ||
61 | LLSTR_SCRIPT, | ||
62 | LLSTR_HELP, | ||
63 | LLSTR_REMOVE, | ||
64 | LLSTR_CLEAR, | ||
65 | LLSTR_APPLY, | ||
66 | LLSTR_CANCEL, | ||
67 | LLSTR_MATERIAL, | ||
68 | LLSTR_FACE, | ||
69 | LLSTR_TEXTURE, | ||
70 | LLSTR_TEXTURE_SIZE, | ||
71 | LLSTR_TEXTURE_OFFSET, | ||
72 | LLSTR_TEXTURE_ROTATION, | ||
73 | LLSTR_U, | ||
74 | LLSTR_V, | ||
75 | LLSTR_OWNERSHIP, | ||
76 | LLSTR_PUBLIC, | ||
77 | LLSTR_PRIVATE, | ||
78 | LLSTR_REVERT, | ||
79 | LLSTR_INSERT_SAMPLE, | ||
80 | LLSTR_SET_TEXTURE, | ||
81 | LLSTR_EDIT_SCRIPT, | ||
82 | LLSTR_MOUSELOOK_INSTRUCTIONS, | ||
83 | LLSTR_EDIT_FACE_INSTRUCTIONS, | ||
84 | LLSTR_CLOSE, | ||
85 | LLSTR_MOVE, | ||
86 | LLSTR_ROTATE, | ||
87 | LLSTR_RESIZE, | ||
88 | LLSTR_PLACE_BOX, | ||
89 | LLSTR_PLACE_PRISM, | ||
90 | LLSTR_PLACE_PYRAMID, | ||
91 | LLSTR_PLACE_TETRAHEDRON, | ||
92 | LLSTR_PLACE_CYLINDER, | ||
93 | LLSTR_PLACE_HALF_CYLINDER, | ||
94 | LLSTR_PLACE_CONE, | ||
95 | LLSTR_PLACE_HALF_CONE, | ||
96 | LLSTR_PLACE_SPHERE, | ||
97 | LLSTR_PLACE_HALF_SPHERE, | ||
98 | LLSTR_PLACE_BIRD, | ||
99 | LLSTR_PLACE_SNAKE, | ||
100 | LLSTR_PLACE_ROCK, | ||
101 | LLSTR_PLACE_TREE, | ||
102 | LLSTR_PLACE_GRASS, | ||
103 | LLSTR_MODIFY_LAND, | ||
104 | LLSTR_COUNT // Number of values in this enum. Keep at end. | ||
105 | }; | ||
106 | */ | ||
107 | |||
108 | enum LLFONT_ID | 48 | enum LLFONT_ID |
109 | { | 49 | { |
110 | LLFONT_OCRA, | 50 | LLFONT_OCRA, |
@@ -117,7 +57,7 @@ enum LLFONT_ID | |||
117 | 57 | ||
118 | class LLFontGL; | 58 | class LLFontGL; |
119 | 59 | ||
120 | class LLResMgr | 60 | class LLResMgr : public LLSingleton<LLResMgr> |
121 | { | 61 | { |
122 | public: | 62 | public: |
123 | LLResMgr(); | 63 | LLResMgr(); |
@@ -162,6 +102,4 @@ private: | |||
162 | LLString mPrevLocaleString; | 102 | LLString mPrevLocaleString; |
163 | }; | 103 | }; |
164 | 104 | ||
165 | extern LLResMgr* gResMgr; | ||
166 | |||
167 | #endif // LL_RESMGR_ | 105 | #endif // LL_RESMGR_ |