~azzar1/unity/fix-1028810

« back to all changes in this revision

Viewing changes to UnityCore/Model.h

  • Committer: Andrea Azzarone
  • Date: 2012-08-22 13:14:18 UTC
  • mfrom: (2516.1.92 unity)
  • Revision ID: azzaronea@gmail.com-20120822131418-mrfwx82k39xnvl9e
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
  virtual ~Model();
58
58
 
59
59
  const RowAdaptor RowAtIndex(std::size_t index);
 
60
  DeeModelTag*     GetTag();
60
61
 
61
62
  nux::Property<std::string> swarm_name;
62
63
  nux::ROProperty<std::size_t> count;