摘要: 1 class CBIKMaterial 2 { 3 public: 4 CBIKMaterial(); 5 ~CBIKMaterial(); 6 7 bool Init(const char *pFileName); 8 void Shutdown(void); 9 bool Update(void); 10 ... 阅读全文
posted @ 2016-04-06 15:49 Akatsuki- 阅读(503) 评论(0) 推荐(0) 编辑