diff SpriteObject.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 aa706cde7fda
children b9747d9e9b4e
line wrap: on
line diff
--- a/SpriteObject.h	Sun Jun 09 01:10:49 2013 +0200
+++ b/SpriteObject.h	Sun Jun 09 01:30:36 2013 +0200
@@ -52,4 +52,4 @@
 
 
 extern size_t uNumSpriteObjects;
-extern SpriteObject pSpriteObjects[MAX_SPRITE_OBJECTS];
\ No newline at end of file
+extern std::array<SpriteObject, MAX_SPRITE_OBJECTS> pSpriteObjects;
\ No newline at end of file