#include <rendererFactory.h>
Public Member Functions | |
rendererFactory (HINSTANCE hInst) | |
~rendererFactory () | |
HRESULT | initInterface (std::string strType, HWND) |
rendererInterface * | getInterface (void) |
void | destroyInterface (void) |
|
Overloaded constructor which stores the application instance
|
|
Destructor |
|
This method is responsible for doing any cleanup of our rendererInterface object
|
|
This method just returns our renderer interface
|
|
Version1.1 Modified the method to accept a HWND that we can modify the text to
|