1#pragma once 2 3// Just a test of the ARM emitter, playing around with running some code without having the whole emu around. 4 5void ArmEmitterTest(); 6