- 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
推薦閱讀
- Redis使用手冊
- MySQL數據庫進階實戰
- Python金融大數據分析(第2版)
- SQL Server 2008數據庫應用技術(第二版)
- Enterprise Integration with WSO2 ESB
- Hadoop大數據實戰權威指南(第2版)
- Learn Unity ML-Agents:Fundamentals of Unity Machine Learning
- 數據庫設計與應用(SQL Server 2014)(第二版)
- Oracle數據庫管理、開發與實踐
- Unreal Engine Virtual Reality Quick Start Guide
- 數據挖掘競賽實戰:方法與案例
- 云原生架構:從技術演進到最佳實踐
- 代碼的未來
- Learn Selenium
- Kafka權威指南(第2版)