fix compiling with MSVC, it's a struct, it's a class, it's dissociative identity disorder

This commit is contained in:
smf- 2011-10-14 13:09:09 +00:00
parent 87db910072
commit 291757a12c

View File

@ -25,7 +25,7 @@
#ifndef __M68KCPU_H__
#define __M68KCPU_H__
typedef struct _m68ki_cpu_core m68ki_cpu_core;
typedef class _m68ki_cpu_core m68ki_cpu_core;
#include "m68000.h"