nint22 / dwarfcraft

Automatically exported from code.google.com/p/dwarfcraft
Other
0 stars 0 forks source link

Need to implement the following designations #183

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
{
    // Construction
    DesignationType_Mine = 0,
    DesignationType_Fill,
    DesignationType_Flood,

    // Storage
    DesignationType_Rubbish,
    DesignationType_Food,
    DesignationType_Crafted,
    DesignationType_RawResources, // Wood, stones, etc.
    DesignationType_Ingots,
    DesignationType_Grave,

    // Collection
    DesignationType_Farm,
    DesignationType_Wood,
    DesignationType_Forage,

    // Military flags
    DesignationType_Protect,
    DesignationType_Barracks,
    DesignationType_Hall,
    DesignationType_Armory,

Original issue reported on code.google.com by nin...@gmail.com on 10 Mar 2012 at 7:12