mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2025-01-18 14:33:30 +00:00
7149e8001f
git-svn-id: svn://qnap.local/TwoTerm/branches/fix-gno-scrolling-region@3166 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
20 lines
279 B
Objective-C
20 lines
279 B
Objective-C
//
|
|
// Apple80.h
|
|
// 2Term
|
|
//
|
|
// Created by Kelvin Sherlock on 12/23/2010.
|
|
// Copyright 2010 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
#import "Emulator.h"
|
|
#include "iGeometry.h"
|
|
|
|
@interface Apple80 : NSObject <Emulator> {
|
|
|
|
_context ctx;
|
|
}
|
|
|
|
@end
|