Click here to Skip to main content
15,891,912 members
Articles / Multimedia / DirectX

Falling Blocks

Rate me:
Please Sign up or sign in to vote.
4.95/5 (11 votes)
17 Apr 2008CPOL 271K   9.2K   72  
A game written using Visual C++ and DirectX.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by FallingBlocks.rc
//
#define IDI_MAIN                        101
#define IDR_MENU                        102
#define IDR_MAIN_ACCEL                  103
#define IDB_DIRECTX                     107
#define IDD_ABOUT                       114
#define IDR_SOUNDPLACED                 115
#define IDR_SOUNDLINECOMPLETE           119
#define IDR_SOUNDMOVE                   122
#define IDR_SOUNDGAMEOVER               124
#define IDM_EXIT                        1001
#define ID_FILE_NEWGAME                 40001
#define ID_LEVEL_1                      40002
#define ID_LEVEL_2                      40003
#define ID_LEVEL_3                      40004
#define ID_LEVEL_4                      40005
#define ID_HELP_ABOUT                   40006
#define ID_LEVEL_NORMAL                 40007
#define ID_LEVEL_CRAZY                  40008

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC                     1
#define _APS_NEXT_RESOURCE_VALUE        125
#define _APS_NEXT_COMMAND_VALUE         40009
#define _APS_NEXT_CONTROL_VALUE         1004
#define _APS_NEXT_SYMED_VALUE           104
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions