/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//------------------------------------------------------------------------------------------------------ // Nesne yapıcısı //------------------------------------------------------------------------------------------------------ { // Parametre ile gelen config ve log nesnesine bağlanalım this->m_cConfig = Config; this->m_lpDirect3D = NULL; this->m_lpDirect3DDevice = NULL; this->m_lpDefaultFont = NULL; };