~ubuntu-branches/ubuntu/raring/scummvm/raring

« back to all changes in this revision

Viewing changes to engines/sci/engine/kernel_tables.h

  • Committer: Package Import Robot
  • Author(s): Moritz Muehlenhoff
  • Date: 2012-01-14 11:39:15 UTC
  • mfrom: (21.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120114113915-hy9kyzbyncrqen3y
Tags: 1.4.1-1
* New upstream release
* Install translations.dat into scummvm-data    

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#define SCI_ENGINE_KERNEL_TABLES_H
25
25
 
26
26
#include "sci/engine/workarounds.h"
27
 
#include "sci/engine/vm.h"      // for opcode_formats
 
27
#include "sci/engine/vm_types.h" // for opcode_formats
28
28
 
29
29
namespace Sci {
30
30
 
1116
1116
 
1117
1117
#endif
1118
1118
 
1119
 
opcode_format g_opcode_formats[128][4] = {
 
1119
// Base set of opcode formats. They're copied and adjusted slightly in
 
1120
// script_adjust_opcode_format depending on SCI version.
 
1121
static const opcode_format g_base_opcode_formats[128][4] = {
1120
1122
        /*00*/
1121
1123
        {Script_None}, {Script_None}, {Script_None}, {Script_None},
1122
1124
        /*04*/