Advertisement
TrogWW

Array list

Jul 14th, 2015
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.75 KB | None | 0 0
  1. IsleArray IsleList = {
  2.     wxT("Bird's Peak Rock"), 301517.8125, 104112.1016,
  3.     wxT("Boating Course chest"), 201092.2031, 312988.3438,
  4.     wxT("Cliff Plateau"), 280011.0625, 180844.3906,
  5.     wxT("Crescent Moon Island"), 100508.3125, -297068,
  6.     wxT("Diamond Steppe"), -297923.75, 199708.2969,
  7.     wxT("Dragon Roost East"), 200088.4688, -198979.2031,
  8.     wxT("Dragon Roost West"), 196828.4844, -199722.1562,
  9.     wxT("Eastern Fairy"), 119799.2969, -80216.41406,
  10.     wxT("Eastern Triangle"), 200431.9062, 101.9568634,
  11.     wxT("Five-eye Reef Platform"), -189530.5938, 204548.3438,
  12.     wxT("Forest Haven"), 217502.7812, 194947.7969,
  13.     wxT("Forsaken Fortress"), -305887.5312, -300624.25,
  14.     wxT("Gale Island"), 19721.27148, -317009.5312,
  15.     wxT("Greatfish"), -201257.875, -201257.875,
  16.     wxT("Headstone Island"), -80323.29688, 323364.0625,
  17.     wxT("Ice Ring Isle"), 79861.92969, 216436.1719,
  18.     wxT("Islet of Steel"), -180003.0469, 81914.17188,
  19.     wxT("Mother and Child Isles"), -177817.0625, -197830.1094,
  20.     wxT("Northern Fairy"), -79864.99219, -279698.8438,
  21.     wxT("Northern Fairy Sub"), -120601.2969, -308542.375,
  22.     wxT("Northern Triangle"), -217.5435181, -100443.3359,
  23.     wxT("Needle Rock"), -278752.75, 123612.8125,
  24.     wxT("Outset East"), -195227.5469, 317115.75,
  25.     wxT("Outset West"), -202891.2656, 314029.2188,
  26.     wxT("Overlook"), 299919.8438, -298657.75,
  27.     wxT("Private Oasis"), 117374.9297, 119317.1875,
  28.     wxT("Shark Island"), -100546.9844, 221514.3906,
  29.     wxT("Southern Triangle"), -263.8293762, 100381.1484,
  30.     wxT("Stonewatcher"), -121749.1953, 98003.4375,
  31.     wxT("Stonewatcher Platform"), -90535, 105583.2031,
  32.     wxT("Tingle Island"), -100022.4297, -80407.86719,
  33.     wxT("Two-Eye Reef"), 2129.237305, 274331.3438,
  34.     wxT("Windfall South"), -926.9960938, -197597.0625,
  35.     wxT("Windfall North"), -3736.883057, -201206.5156
  36. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement