예제 #1
0
 void post(NIFFile *nif)
 {
     Controller::post(nif);
     emitter.post(nif);
     extra.post(nif);
 }
예제 #2
0
파일: extra.hpp 프로젝트: 0xmono/openmw
 void post(NIFFile *nif) { extra.post(nif); }