mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
17 lines
630 B
C++
17 lines
630 B
C++
#define COMPONENT slideshow
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
|
|
|
#ifdef DEBUG_ENABLED_SLIDESHOW
|
|
#define DEBUG_MODE_FULL
|
|
#endif
|
|
|
|
#ifdef DEBUG_SETTINGS_SLIDESHOW
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_SLIDESHOW
|
|
#endif
|
|
|
|
#include "\z\ace\addons\main\script_macros.hpp"
|
|
|
|
#define CLASSNAMES_OBJECTS "Land_MapBoard_F"
|
|
#define CLASSNAMES_BOTH "Land_Laptop_unfolded_F", "Land_Laptop_device_F", "Land_PCSet_01_screen_F", "Land_FlatTV_01_F"
|
|
#define CLASSNAMES_CONTROLLERS "Land_HandyCam_F", "Land_MobilePhone_smart_F", "Land_Tablet_01_F", "Land_PCSet_01_keyboard_F", "Land_PCSet_01_mouse_F", "Land_GamingSet_01_controller_F"
|