diff Game/Game.h @ 2572:d87bfbd3bb3b

Step towards unification of Texture and RGBTexture (class Image)
author a.parshin
date Sat, 05 Mar 2016 01:51:54 +0200
parents a902abdfc7f2
children
line wrap: on
line diff
--- a/Game/Game.h	Mon Oct 05 00:19:13 2015 +0200
+++ b/Game/Game.h	Sat Mar 05 01:51:54 2016 +0200
@@ -1,3 +1,6 @@
 #pragma once
 
-void Game_Loop();
\ No newline at end of file
+void Game_Loop();
+
+
+extern struct Image *gamma_preview_image; // 506E40
\ No newline at end of file