SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
HexFiend/HFHexTextRepresenter.h
1 //
2 // HFHexTextRepresenter.h
3 // HexFiend_2
4 //
5 // Copyright 2007 ridiculous_fish. All rights reserved.
6 //
7
8 #import <HexFiend/HFTextRepresenter.h>
9
10 /*! @class HFHexTextRepresenter
11
12 @brief HFHexTextRepresenter is an HFRepresenter responsible for showing data in hexadecimal form.
13
14 HFHexTextRepresenter is an HFRepresenter responsible for showing data in hexadecimal form. It has no methods except those inherited from HFTextRepresenter.
15 */
16 @interface HFHexTextRepresenter : HFTextRepresenter {
17 unsigned long long omittedNybbleLocation;
18 unsigned char unpartneredLastNybble;
19 }
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.