Skip to content

Commit

Permalink
unsure why not succeeding in checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Constellado committed Sep 14, 2024
1 parent 5f38d22 commit 3a89ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/__DEFINES/tgs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
#ifndef TGS_EXTERNAL_CONFIGURATION

// Consumers MUST comment this out once you've filled in the below and are not using [TGS_EXTERNAL_CONFIGURATION].
//#error TGS API unconfigured
#error TGS API unconfigured

// Consumers MUST uncomment this if you wish to allow the game to interact with TGS version 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
//#define TGS_V3_API

// Required interfaces (fill in with your codebase equivalent):

Expand Down

0 comments on commit 3a89ac6

Please sign in to comment.