SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
HexFiend/HFRepresenterHexTextView.h
1 //
2 // HFRepresenterHexTextView.h
3 // HexFiend_2
4 //
5 // Copyright 2007 ridiculous_fish. All rights reserved.
6 //
7
8 #import <HexFiend/HFRepresenterTextView.h>
9
10
11 @interface HFRepresenterHexTextView : HFRepresenterTextView {
12 CGGlyph glyphTable[17];
13 CGFloat glyphAdvancement;
14 CGFloat spaceAdvancement;
15
16 BOOL hidesNullBytes;
17 }
18
19 @property(nonatomic) BOOL hidesNullBytes;
20
21 @end
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.