diff options
Diffstat (limited to 'c/defs.h')
-rw-r--r-- | c/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ void UpdateLayout(); /* listview.c */ HWND LvCreate(HMENU); +void LvSetTheme(HWND, int); /* episodelistview.c */ HWND ElvCreate(); |