aboutsummaryrefslogtreecommitdiff
path: root/src/locale.h
blob: 653bcfd58970794aadaef5bfd7fb4b0a85af7afd (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();
uint32_t keycode_from_char(char key);

#endif