示例#1
0
 void post(NIFFile *nif)
 {
     Extra::post(nif);
     controller.post(nif);
 }
示例#2
0
文件: controller.hpp 项目: 4DA/openmw
 void post(NIFFile *nif)
 {
     Record::post(nif);
     next.post(nif);
     target.post(nif);
 }