摘要: http://www.gamedev.net/page/resources/_/technical/game-programming/the-lua-tutorial-r2999 1 // luatest.cpp : Defines the entry point for the console application. 2 // 3 4 #include "stdafx.h" 5 6 #include 7 #include 8 9 class CGameData 10 { 11 public: 12 CGameData( int i ) { m_iLock... 阅读全文
posted @ 2013-09-13 11:08 大兵八世 阅读(451) 评论(0) 推荐(0)