Mud-H Posted February 25, 2015 Posted February 25, 2015 I have notice those new file in the game root. What are their use exactly?The main.cs.in seem like a copy of main.cs. What tests does runTest do? Quote
buckmaster Posted February 25, 2015 Posted February 25, 2015 Ooh. main.cs.in shouldn't end up in the finished project. It's just a copy of main.cs, but with some special sigils so that the Project Manager can replace parts of it with the project name once you've created the project.runTests.cs is a minimal main.cs file which runs the engine's unit tests. If you launch the engine from the command-line, you can tell it to use runTests.cs instead of main.cs.You can ignore both of these files entirely, unless you want to run unit tests :). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.