mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-04-03 17:30:48 +01:00
11 lines
124 B
C
11 lines
124 B
C
#ifndef TOOLS_H
|
|
#define TOOLS_H
|
|
|
|
#include <QString>
|
|
|
|
QString get_kb_layout_dir();
|
|
QString get_color_schemes_dir();
|
|
|
|
|
|
#endif
|