[kandinsky] Add KDCodePoint prefix static code points

This commit is contained in:
Léa Saviot
2019-01-11 11:40:32 +01:00
committed by Émilie Feral
parent 50ac72107b
commit c31fe3856a
4 changed files with 10 additions and 10 deletions

View File

@@ -16,8 +16,8 @@ private:
uint32_t m_code;
};
static constexpr CodePoint Null = 0x0;
static constexpr CodePoint Tabulation = 0x9;
static constexpr CodePoint LineFeed = 0xA;
static constexpr CodePoint KDCodePointNull = 0x0;
static constexpr CodePoint KDCodePointTabulation = 0x9;
static constexpr CodePoint KDCodePointLineFeed = 0xA;
#endif