mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-18 16:30:29 +00:00
Not that it makes a lot of difference, there being no names to mangle, but moved the closing #ifdef __cplusplus
to the idiomatic place.
This commit is contained in:
parent
bc805a90fe
commit
88d5064737
@ -32,11 +32,6 @@ typedef struct {
|
|||||||
uint8_t *runs;
|
uint8_t *runs;
|
||||||
} CRTFrame;
|
} CRTFrame;
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
typedef uint16_t kCRTPositionType;
|
typedef uint16_t kCRTPositionType;
|
||||||
typedef uint16_t kCRTTexCoordType;
|
typedef uint16_t kCRTTexCoordType;
|
||||||
typedef uint8_t kCRTLateralType;
|
typedef uint8_t kCRTLateralType;
|
||||||
@ -49,4 +44,8 @@ static const size_t kCRTVertexOffsetOfPhase = 9;
|
|||||||
|
|
||||||
static const int kCRTSizeOfVertex = 10;
|
static const int kCRTSizeOfVertex = 10;
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* CRTFrame_h */
|
#endif /* CRTFrame_h */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user