config.cpp 319 B

12345678910111213141516
  1. #include "script_component.hpp"
  2. class CfgPatches {
  3. class ADDON {
  4. name = QUOTE(COMPONENT);
  5. units[] = {};
  6. weapons[] = {};
  7. requiredVersion = REQUIRED_VERSION;
  8. requiredAddons[] = {};
  9. author = "AUTHOR";
  10. VERSION_CONFIG;
  11. };
  12. };
  13. #include "CfgEventHandlers.hpp"