aboutsummaryrefslogtreecommitdiff
path: root/src/Utility/Utility.h
blob: e67282f47d548dfb6a6e23e1c6db31f0c271aef6 (plain)
1
2
3
4
5
6
7
#ifndef UTILITY_H
#define UTILITY_H

int hex_to_int(char c);
char *get_theme(const char *default_theme);

#endif