mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
836be21f2d
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
16 lines
412 B
C++
16 lines
412 B
C++
#pragma hemtt suppress pw3_padded_arg file
|
|
|
|
class RscDisplayEmpty;
|
|
class GVAR(MainMenuHelperDumpDebug): RscDisplayEmpty {
|
|
onLoad = QUOTE(\
|
|
[] call FUNC(debugDumpToClipboard);\
|
|
(_this select 0) closeDisplay 0;\
|
|
);
|
|
};
|
|
class GVAR(MainMenuHelperHeadBugFix): RscDisplayEmpty {
|
|
onLoad = QUOTE(\
|
|
0 spawn EFUNC(common,headBugFix);\
|
|
(_this select 0) closeDisplay 0;\
|
|
);
|
|
};
|