Merge sp_vm_engine and engine2.

This commit is contained in:
David Anderson 2015-02-23 22:36:10 -08:00
parent c70e87d582
commit b406c3d03d

View File

@ -11,6 +11,7 @@
// SourcePawn. If not, see http://www.gnu.org/licenses/. // SourcePawn. If not, see http://www.gnu.org/licenses/.
// //
#include "compiled-function.h" #include "compiled-function.h"
#include "x86/jit_x86.h"
#include "environment.h" #include "environment.h"
using namespace sp; using namespace sp;