/** * @file scssdk_ats.h * * @brief ATS specific constants. */ #ifndef SCSSDK_ATS_H #define SCSSDK_ATS_H #include "../scssdk.h" SCSSDK_HEADER /** * @brief Value used in the scs_sdk_init_params_t::game_id to identify this game. */ #define SCS_GAME_ID_ATS "ats" SCSSDK_FOOTER #endif // SCSSDK_ATS_H /* eof */