mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
f73b6b1aad
- Add the possibility of switching between headphones or speaker - Move detector actions to their own submenu
11 lines
258 B
C++
11 lines
258 B
C++
class ACE_detector {
|
|
class detectors {
|
|
class ACE_VMM3 {
|
|
radius = 2.5;
|
|
sounds[] = {"ace_detector_1", "ace_detector_2", "ace_detector_3", "ace_detector_4"};
|
|
};
|
|
class ACE_VMH3: ACE_VMM3 {
|
|
};
|
|
};
|
|
};
|