* EterPythonLib\PythonGraphic.cpp
Search for:
Code:
long CPythonGraphic::GenerateColor(float r, float g, float b, float a)
Add the following code above it:
void CPythonGraphic::RenderTextLine(float x, float y, const char* c_szText, DWORD dwColor)
{
assert(ms_lpd3dDevice != NULL);
//...