Skip to content

Instantly share code, notes, and snippets.

View jaehee0507's full-sized avatar

JJH조재희 jaehee0507

View GitHub Profile
@jaehee0507
jaehee0507 / main.cpp
Created August 13, 2015 22:59
A source of Single Potion Addon
#include <dlfcn.h>
#include <jni.h>
#include <string>
#include <functional>
#include <vector>
#include <stdlib.h>
#include <android/log.h>
#include "mcpelauncher.h"
using namespace std;