A mod for Euro Truck Simulator 2 to support "haptic feedback devices" for "reasons"
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
327 B

/**
* @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 */