www.pudn.com > Chap16.rar > Roids.h


//----------------------------------------------------------------- 
// Roids Application 
// C++ Header - Roids.h 
//----------------------------------------------------------------- 
 
#pragma once 
 
//----------------------------------------------------------------- 
// Include Files 
//----------------------------------------------------------------- 
#include  
#include "Resource.h" 
#include "GameEngine.h" 
#include "Bitmap.h" 
#include "Sprite.h" 
#include "Background.h" 
 
//----------------------------------------------------------------- 
// Global Variables 
//----------------------------------------------------------------- 
HINSTANCE         g_hInstance; 
GameEngine*       g_pGame; 
HDC               g_hOffscreenDC; 
HBITMAP           g_hOffscreenBitmap; 
Bitmap*           g_pAsteroidBitmap; 
StarryBackground* g_pBackground;