prime/include/Kyoto/Text/TextCommon.hpp
Phillip Stephens 187c29105e Match and link CColorInstruction
Former-commit-id: e0d723eaeb5eb9b02bf747406a398a94fd30c647
2023-01-11 12:06:08 -08:00

10 lines
87 B
C++

#ifndef _TEXTCOMMON
#define _TEXTCOMMON
enum EColorType {
};
#endif // _TEXTCOMMON