예제 #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);
 }