//
// Copyright (c) 2015 reicast. All rights reserved.
#import <GLKit/GLKit.h>
#include "ios_mouse.h"
@interface EmulatorView : GLKView
@property IOSMouse *mouse;
@end