Jump to content

Mareq

Inactive Member
  • Posts

    10
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Mareq

  1. item.cpp: In member function 'const char* CItem::GetName()':
    item.cpp:2354:25: error: 'CMobManager' has not been declared
         const CMob * pMob = CMobManager::instance().Get(dwMobVnum);
                             ^
    item.cpp:2356:63: error: invalid use of incomplete type 'const class CMob'
          len = snprintf(szItemName, sizeof(szItemName), "%s", pMob->m_table.szLocaleName);
                                                                   ^
    In file included from item.cpp:4:0:
    char.h:561:7: error: forward declaration of 'const class CMob'
     class CMob;

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.