Skip to content

Commit

Permalink
Require CBA 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Jul 10, 2019
1 parent 97f9837 commit 22178ee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions addons/unflipping/CfgSettings.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

class CfgSettings {
class CBA {
class Versioning {
class vet_unflipping {
class dependencies {
CBA[] = {"cba_main", {3,12,0}, "(true)"};
};
};
};
};
};
1 change: 1 addition & 0 deletions addons/unflipping/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ class CfgPatches

#include "CfgEventHandlers.hpp"
#include "CfgFunctions.hpp"
#include "CfgSettings.hpp"

0 comments on commit 22178ee

Please sign in to comment.