1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-04-07 19:30:50 +01:00

11 lines
124 B
C

#ifndef TOOLS_H
#define TOOLS_H
#include <QString>
QString get_kb_layout_dir();
QString get_color_schemes_dir();
#endif