aboutsummaryrefslogtreecommitdiff
path: root/src/locale.h
blob: d00a72ef32ee4d649a7e749d35bed3f97bfb7792 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef SKHD_LOCALE_H
#define SKHD_LOCALE_H

#include <stdint.h>

bool initialize_keycode_map(void);
uint32_t keycode_from_char(char key);

#endif