Declaration of the Flyweight_Context structure that is associated with a Flyweight_Image as used in the Flyweight Pattern. More...
Go to the source code of this file.
Classes | |
struct | Flyweight_Context |
Represents the context for an instance of the Flyweight_Image structure. In this case, the context includes position and velocity. More... | |
Macros | |
#define | __FLYWEIGHT_CONTEXT_H__ |
Declaration of the Flyweight_Context structure that is associated with a Flyweight_Image as used in the Flyweight Pattern.
Definition in file Flyweight_Context.h.
#define __FLYWEIGHT_CONTEXT_H__ |
Definition at line 8 of file Flyweight_Context.h.