Rearrange DMAPI instructions to flow better

This commit is contained in:
Jordan Brown
2018-09-29 17:09:20 -04:00
committed by GitHub
parent 70ee77d526
commit c5148625ec
+3 -3
View File
@@ -7,13 +7,13 @@
//create this define if you want to do configuration outside of this file
#ifndef TGS_EXTERNAL_CONFIGURATION
//Comment this out once you've filled in the below
#error TGS API unconfigured
//Uncomment this if you wish to allow the game to interact with TGS 3
//This will raise the minimum required security level of your game to TGS_SECURITY_TRUSTED due to it utilizing call()()
//#define TGS_V3_API
//Comment this out once you've filled in the below
#error TGS API unconfigured
//Required interfaces (fill in with your codebase equivalent):
//create a global variable named `Name` and set it to `Value`