- Learning Game AI Programming with Lua
- David Young
- 80字
- 2021-08-05 17:02:12
Setting up the file structure
The next step is to set up the actual file structure for the C++ source files, C++ header files, and Lua script files for the demo. Create the corresponding directory structure based on the entry you added to the SandboxDemos
table. Premake will automatically search for any .h
, .cpp
, and .lua
files that reside within these folders and any subfolders, automatically adding them to the Visual Studio project during the solution regeneration:
src/my_sandbox/include src/my_sandbox/src src/my_sandbox/script
推薦閱讀
- 公有云容器化指南:騰訊云TKE實(shí)戰(zhàn)與應(yīng)用
- 數(shù)據(jù)浪潮
- 在你身邊為你設(shè)計(jì)Ⅲ:騰訊服務(wù)設(shè)計(jì)思維與實(shí)戰(zhàn)
- 數(shù)據(jù)庫(kù)技術(shù)與應(yīng)用教程(Access)
- 云數(shù)據(jù)中心基礎(chǔ)
- Creating Dynamic UIs with Android Fragments(Second Edition)
- gnuplot Cookbook
- Python數(shù)據(jù)分析與數(shù)據(jù)化運(yùn)營(yíng)
- Power BI智能數(shù)據(jù)分析與可視化從入門(mén)到精通
- Spark分布式處理實(shí)戰(zhàn)
- 新手學(xué)會(huì)計(jì)(2013-2014實(shí)戰(zhàn)升級(jí)版)
- Python數(shù)據(jù)分析從小白到專(zhuān)家
- 數(shù)據(jù)庫(kù)原理與設(shè)計(jì)實(shí)驗(yàn)教程(MySQL版)
- 大數(shù)據(jù)時(shí)代系列(套裝9冊(cè))
- 區(qū)塊鏈應(yīng)用開(kāi)發(fā)指南:業(yè)務(wù)場(chǎng)景剖析與實(shí)戰(zhàn)