mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9 lines
207 B
C++
9 lines
207 B
C++
class asdg_SlotInfo;
|
|
class asdg_FrontSideRail: asdg_SlotInfo {
|
|
class compatibleItems {
|
|
ACE_acc_pointer_red = 1;
|
|
ACE_acc_pointer_green = 1;
|
|
ACE_acc_pointer_green_IR = 1;
|
|
};
|
|
};
|