Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

EZ2D Game Engine Compound List

Here are the classes, structs, unions and interfaces with brief descriptions:
AnimationA class that manages animations
ColorMy way of storing color data It's a lot easier to store color data with each component separate for a lot of operations. Plus, when you use an unsigned char, you are actually using less memory (in theory!) because each unsigned char takes up a byte
DXdataA class that contains important DirectX data
Engine< G >The class that actually does all the DirectX calls
ImageAn object to store and draw an image
KeyboardA class for handling input from a keyboard This object handles all the input that the user enters from the keyboard. It uses DirectInput
MouseA class for handling input from a mouse This object handles all the movements and button clicks from the Mouse. It uses DirectInput
MousePosA structure to store mouse positions This structure is used to store the information for the mouse position, so it can be easily returned from the mouseChange() function
SoundThis class is in charge of playing sounds This uses direct show filters to play any sound file that Windows Media Player supports It will actually do movie files too, (they appear in a separate window) although it's not supposed to
TextA class that will render text on the screen for you This class draws text on the screen for you. It keeps track of parameters such as size, color, font and the actual string that will be displayed
TimerA simple class that acts as a timer for you It is important to do timer animations or time based things, so this class will keep track of the time for you
WindowParamsA struct for specifying the parameters of the window

Generated on Tue Aug 20 17:57:04 2002 for EZ2D Game Engine by doxygen1.2.16