Collision Math Toy
Game Physics with Bespoke Code
Loading...
Searching...
No Matches
DialogBox.cpp File Reference

Code for the dialog box class CDialogBox. More...

#include "SageComponentIncludes.h"
#include "SageHelpers.h"
#include "DialogBox.h"
#include "GameDefines.h"
#include "ObjectManager.h"
#include "shellapi.h"
#include "resource.h"
#include <commctrl.h>
Include dependency graph for DialogBox.cpp:

Variables

const int MINQTLEVELS = 1
 Minimum number of quadtree levels.
 
const int INITQTLEVELS = 3
 Initial number of quadtree levels.
 
const int MAXQTLEVELS = 5
 Maximum number of quadtree levels.
 
const int MINLAUNCH = 1
 Minumum number of balls launched at a time.
 
const int MAXLAUNCH = 1000
 Maxumum number of balls launched at a time.
 
const int MINITERATIONS = 1
 Minimum number of move and collision iterations.
 
const int MAXITERATIONS = 64
 Maximum number of move and collision iterations.
 

Detailed Description

This file contains some very windows-specific code for managing the control panel for this Collision Math Demo.