mirror of
https://github.com/lbonn/rofi
synced 2024-11-24 04:43:03 +00:00
6 lines
130 B
C
6 lines
130 B
C
#ifndef INCLUDE_ROFI_TYPES_H
|
|
#define INCLUDE_ROFI_TYPES_H
|
|
|
|
extern const char *PropertyTypeName[];
|
|
|
|
#endif // INCLUDE_ROFI_TYPES_H
|