mirror of https://github.com/axmolengine/axmol.git
15 lines
261 B
C
15 lines
261 B
C
|
/*
|
||
|
** Bytecode instruction modes.
|
||
|
** Copyright (C) 2005-2013 Mike Pall. See Copyright Notice in luajit.h
|
||
|
*/
|
||
|
|
||
|
#define lj_bc_c
|
||
|
#define LUA_CORE
|
||
|
|
||
|
#include "lj_obj.h"
|
||
|
#include "lj_bc.h"
|
||
|
|
||
|
/* Bytecode offsets and bytecode instruction modes. */
|
||
|
#include "lj_bcdef.h"
|
||
|
|