December 2002
Intermediate to advanced
648 pages
19h 53m
English
Here’s a full listing of the cCritter prototype from a recent critter.h header file. For the most current listing, you can examine the file itself inside Visual Studio.
////////////////////////////////////////////////////////////////////// // Critter.h: interface for the cCritter class. // ////////////////////////////////////////////////////////////////////// #ifndef CRITTER_H #define CRITTER_H #include “randomizer.h” #include “realbox.h” #include “realpixelconverter.h” #include “vectortransformation.h” #include <mmsystem.h> //For PlaySound flags class cGraphics; #define USEBOUNCINESS /* Compile switch used in critter.cpp, critterwall.cpp, realbox.cpp. */ /* We don’t need to include the headers for the following ...
Read now
Unlock full access