mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
916346ae59
* General - Format config class defines to coding guidelines (+tool) * Update tools/config_style_checker.py Co-authored-by: jonpas <jonpas33@gmail.com> * Update tools/config_style_checker.py Co-authored-by: jonpas <jonpas33@gmail.com> Co-authored-by: jonpas <jonpas33@gmail.com>
8 lines
147 B
C++
8 lines
147 B
C++
class CfgActions {
|
|
class LoadMagazine;
|
|
class LoadEmptyMagazine: LoadMagazine {
|
|
showWindow = 0;
|
|
textDefault = "";
|
|
};
|
|
};
|