Merge pull request #555 from lioncash/header

bpcmitm_main: Add missing header guard
This commit is contained in:
SciresM
2019-06-04 12:23:37 -07:00
committed by GitHub

View File

@@ -13,15 +13,10 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <cstdlib>
#include <cstdint>
#include <cstring>
#include <malloc.h>
#pragma once
#include <switch.h>
#include <atmosphere.h>
#include <stratosphere.hpp>
constexpr u32 BpcMitmPriority = 32;
constexpr u32 BpcMitmStackSize = 0x8000;