mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
7 lines
130 B
C
7 lines
130 B
C
|
#ifndef INCLUDE_ROFI_TYPES_H
|
||
|
#define INCLUDE_ROFI_TYPES_H
|
||
|
|
||
|
extern const char *PropertyTypeName[];
|
||
|
|
||
|
#endif // INCLUDE_ROFI_TYPES_H
|