diff Texture.h @ 1206:ab6560001f5b

arrays to std::arrays phase 2 - some more arrays converted
author Grumpy7
date Sun, 09 Jun 2013 01:10:49 +0200
parents aa706cde7fda
children 96a81634669e
line wrap: on
line diff
--- a/Texture.h	Sun Jun 09 00:30:48 2013 +0200
+++ b/Texture.h	Sun Jun 09 01:10:49 2013 +0200
@@ -1,5 +1,6 @@
 #pragma once
 #include <stdio.h>
+#include<array>
 
 
 
@@ -126,6 +127,7 @@
 
 
 
+extern std::array<struct RGBTexture, 45> pSavegameThumbnails;
 extern Texture *pTexture_LloydBeacons[2];
 extern Texture *pTexture_50635C;
 extern Texture *pTexture_506368;