Skip to content

Instantly share code, notes, and snippets.

@Bl4ckSh4rk
Bl4ckSh4rk / functions.cpp
Last active January 8, 2022 16:50 — forked from TuxSH/functions.cpp
Pokémon Battle Revolution basic encryption/decryption functions
#define _CRT_SECURE_NO_WARNINGS
#define _SCL_SECURE_NO_WARNINGS
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <algorithm>
#include <cstdint>
using namespace std;