Created
June 6, 2020 19:29
-
-
Save commy2/ef63326ef3db36ce74a7ef24272d2a65 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// description.ext | |
class CfgFunctions { | |
#include "CfgFunctions.hpp" | |
#include "KP\KPPLM\KPPLM_functions.hpp" | |
class SAF { | |
#define SAF_FNCS | |
#include "sushi_scripts\core\init.cpp" | |
#include "sushi_scripts\breach\init.cpp" | |
#undef SAF_FNCS | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment