Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 14, 2006, 2:22:49 AM (18 years ago)
Author:
patrick
Message:

bsp: more data reading again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/lib/graphics/importer/md3/md3_bone_frame.cc

    r8348 r8357  
    1919
    2020
    21 using namespace std;
     21namespace md3
     22{
     23
     24
     25  /**
     26   * create a MD3BoneFrame object with the data coming from the specified input stream
     27   */
     28  MD3BoneFrame::MD3BoneFrame(int tagNum /*, DataInput din*/)
     29  { /* loadBoneFrame(this, din) */ }
     30
     31
     32  MD3BoneFrame::MD3BoneFrame(/*int tagNum*/)
     33  { /* this->tags = new MD3Tag[tagNum] */ }
     34
     35
     36  MD3BoneFrame::~MD3BoneFrame()
     37  {}
     38
     39
     40
     41};
Note: See TracChangeset for help on using the changeset viewer.