DI-Guy SDK Documentation  13.2
diguyDx9GraphicsLink.h
Go to the documentation of this file.
1 
2 /*********************************************************************
3  **
4  *2 diguyDx9GraphicsLink
5  **
6  ** This class is part of the DI-Guy Graphics API. It overrides the class
7  ** diguyGraphicsLink. Detailed documentation is in the implementation
8  ** file documentation <a href="diguyDx9GraphicsLink.cpp.html">here</a>.
9  */
10 
11 #ifndef diguyDx9GraphicsLink_h__
12 #define diguyDx9GraphicsLink_h__
13 
14 #include <diguyGraphicsLink.h>
15 
16 
17 /****************************************************************************/
19 {
20 
21 public:
22 
23  diguyDx9GraphicsLink(void* internal_data);
24 
25  virtual void draw();
26  //virtual void push();
27  //virtual void pop();
28 
29  virtual void begin_character_draw();
30  virtual void end_character_draw();
31 };
32 
33 
39 
40 #endif /* diguyDx9GraphicsLink_h__ */
41