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
334 B

/**
* @file scssdk_eut2.h
*
* @brief ETS 2 specific constants.
*/
#ifndef SCSSDK_EUT2_H
#define SCSSDK_EUT2_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_EUT2 "eut2"
SCSSDK_FOOTER
#endif // SCSSDK_EUT2_H
/* eof */