コード例 #1
0
ファイル: cursor.cpp プロジェクト: ZhouWeikuan/darkreign2
 // Notify
 void Notify(U32 id)
 {
   ASSERT(base)
   base->Notify(id);
 }