Jump to content

Pro.Storm

Member
  • Posts

    1
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Pro.Storm

  1. i have this error

    tables.h:1495: error: use of enum 'STableExTypes' without previous declaration
    ../../common/tables.h:1495: error: expected unqualified-id before ':' token

     

    #ifdef __SHOPEX_RENEWAL__
    enum STableExTypes : decltype(TShopItemTable::price_type)
    {
        EX_GOLD = 1,
        EX_SECONDARY,
        EX_ITEM,
        EX_EXP,
        EX_MAX
    };
    #endif

     

    with gcc+49

     

×
×
  • 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.