TwoTerm/Emulators/PTSE.h
Kelvin Sherlock a34341dd69 redo ptse
git-svn-id: svn://qnap.local/TwoTerm/trunk@3173 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
2017-02-18 18:02:01 +00:00

30 lines
367 B
Objective-C

//
// PTSE.h
// 2Term
//
// Created by Kelvin Sherlock on 7/9/2010.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "Emulator.h"
#include "iGeometry.h"
#ifdef __cplusplus
#include "Screen.h"
#endif
@interface PTSE : NSObject <Emulator>
{
context _context;
unsigned cs;
int _scratch[4];
}
@end