Skip to content

Commit

Permalink
Changed config.hpp to .cpp and fixed includes
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdatiger committed Dec 3, 2024
1 parent 2dca7a6 commit 83fb684
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ class CfgPatches {
weapons[] = { "potato_fauxMG5_MG5" };
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = { "potato_core" };
skipWhenMissingDependencies = 1;
author = "Potato";
authorUrl = "https://github.com/BourbonWarfare/POTATO";
VERSION_CONFIG;
};
};

#include "CfgWeapons.hpp"
#include "CfgVehicles.hpp"

0 comments on commit 83fb684

Please sign in to comment.