malamar/src/utils/sysconfig.h

12 lines
188 B
C
Raw Normal View History

//
// Created by ash on 9/04/24.
//
#ifndef INKAY_SYSCONFIG_H
#define INKAY_SYSCONFIG_H
#include <nn/swkbd.h>
nn::swkbd::LanguageType get_system_language();
#endif //INKAY_SYSCONFIG_H