comparison texts.h @ 1207:96a81634669e

arrays to std::arrays phase 3 - finishing global arrays undone changes in render.h, because framerate dropped by half
author Grumpy7
date Sun, 09 Jun 2013 01:30:36 +0200
parents 1bfe546561c4
children 934074e7fcc1
comparison
equal deleted inserted replaced
1206:ab6560001f5b 1207:96a81634669e
1 #pragma once 1 #pragma once
2 2 #include <array>
3 3
4 4
5 int __cdecl sprintfex(char *buf, const char *format, ...); 5 int __cdecl sprintfex(char *buf, const char *format, ...);
6 6
7 7
166 166
167 MAX_LOC_STRINGS =677 167 MAX_LOC_STRINGS =677
168 168
169 }; 169 };
170 170
171 extern char *pGlobalTXT_LocalizationStrings[MAX_LOC_STRINGS]; 171 extern std::array<char *, MAX_LOC_STRINGS> pGlobalTXT_LocalizationStrings;
172 172
173 /* 173 /*
174 174
175 + [4] 0x04102dab "Afraid" unsigned char * 175 + [4] 0x04102dab "Afraid" unsigned char *
176 + [5] 0x04102db5 "Age" unsigned char * 176 + [5] 0x04102db5 "Age" unsigned char *