//----------------------------------------------------------------------------- // This code is licensed to you under the terms of the GNU GPL, version 2 or, // at your option, any later version. See the LICENSE.txt file for the text of // the license. //----------------------------------------------------------------------------- // StandAlone Mod //----------------------------------------------------------------------------- #ifndef __HF_BOG_H #define __HF_BOG_H #include "proxmark3.h" #include "mifareutil.h" #include "iso14443a.h" #include "protocols.h" #include "util.h" #include "standalone.h" // standalone definitions #include // for bool #include #include #include "apps.h" #include "printf.h" #include "parity.h" #include "random.h" #endif /* __HF_BOG_H */