summaryrefslogtreecommitdiff
path: root/src/code_point.h
blob: dcfcd329e290e876f7d2a75919e67e5bf0329d9c (plain)
1
2
3
4
5
6
7
8
#ifndef CODE_POINT_H
#define CODE_POINT_H

#include <cstdint>

typedef wchar_t code_point_t;

#endif