Example #1
0
 void read(NIFStream *nif)
 {
     Controller::read(nif);
     data.read(nif);
 }
Example #2
0
 void read(NIFFile *nif)
 {
   Controller::read(nif);
   data.read(nif);
 }