24 lines
403 B
Plaintext
24 lines
403 B
Plaintext
![]() |
//
|
||
|
// EmulatorView.m
|
||
|
// emulator
|
||
|
//
|
||
|
// Created by admin on 1/18/15.
|
||
|
// Copyright (c) 2015 reicast. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import "EmulatorView.h"
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
@implementation EmulatorView
|
||
|
|
||
|
/*
|
||
|
// Only override drawRect: if you perform custom drawing.
|
||
|
// An empty implementation adversely affects performance during animation.
|
||
|
- (void)drawRect:(CGRect)rect {
|
||
|
// Drawing code
|
||
|
}
|
||
|
*/
|
||
|
|
||
|
@end
|