Deneme amaçlı 2


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. //------------------------------------------------------------------------------------------------------
  2. // Nesne yapıcısı
  3. //------------------------------------------------------------------------------------------------------
  4. domVideo::domVideo(domConfig *Config, domLog* Log)
  5. {
  6. // Parametre ile gelen config ve log nesnesine bağlanalım
  7. this->m_cConfig = Config;
  8. this->m_cLog = Log;
  9.  
  10. this->m_lpDirect3D = NULL;
  11. this->m_lpDirect3DDevice = NULL;
  12. this->m_lpDefaultFont = NULL;
  13. };

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.